Bug 1448703 - Follow-up to regenerate FFI bindings. r=me

This commit is contained in:
Kartikaya Gupta 2018-04-25 16:11:10 -04:00
Родитель 624417af1d
Коммит 2c547211bb
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -288,6 +288,8 @@ using VecU8 = Vec<uint8_t>;
using ArcVecU8 = Arc<VecU8>;
using WrIdNamespace = IdNamespace;
struct WrWindowId {
uint64_t mHandle;
@ -422,8 +424,6 @@ struct WrVecU8 {
}
};
using WrIdNamespace = IdNamespace;
// A 2d Point tagged with a unit.
template<typename T, typename U>
struct TypedPoint2D {
@ -949,6 +949,8 @@ extern void AddNativeFontHandle(WrFontKey aKey,
void *aHandle,
uint32_t aIndex);
extern void ClearBlobImageResources(WrIdNamespace aNamespace);
extern void DeleteFontData(WrFontKey aKey);
extern void apz_deregister_sampler(WrWindowId aWindowId);