Bug 1505862 - Re-generate FFI header. r=kats

Depends on D11422

Differential Revision: https://phabricator.services.mozilla.com/D11423

--HG--
extra : moz-landing-system : lando
This commit is contained in:
WR Updater Bot 2018-11-09 02:57:42 +00:00
Родитель a9caa60531
Коммит 153d0074dc
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1108,6 +1108,12 @@ extern void DeleteBlobFont(WrFontInstanceKey aKey);
extern void DeleteFontData(WrFontKey aKey);
#if defined(ANDROID)
extern int __android_log_write(int aPrio,
const char *aTag,
const char *aText);
#endif
extern void apz_deregister_sampler(WrWindowId aWindowId);
extern void apz_deregister_updater(WrWindowId aWindowId);