зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1448703 - Follow-up to regenerate FFI bindings. r=me
This commit is contained in:
Родитель
624417af1d
Коммит
2c547211bb
|
@ -288,6 +288,8 @@ using VecU8 = Vec<uint8_t>;
|
||||||
|
|
||||||
using ArcVecU8 = Arc<VecU8>;
|
using ArcVecU8 = Arc<VecU8>;
|
||||||
|
|
||||||
|
using WrIdNamespace = IdNamespace;
|
||||||
|
|
||||||
struct WrWindowId {
|
struct WrWindowId {
|
||||||
uint64_t mHandle;
|
uint64_t mHandle;
|
||||||
|
|
||||||
|
@ -422,8 +424,6 @@ struct WrVecU8 {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
using WrIdNamespace = IdNamespace;
|
|
||||||
|
|
||||||
// A 2d Point tagged with a unit.
|
// A 2d Point tagged with a unit.
|
||||||
template<typename T, typename U>
|
template<typename T, typename U>
|
||||||
struct TypedPoint2D {
|
struct TypedPoint2D {
|
||||||
|
@ -949,6 +949,8 @@ extern void AddNativeFontHandle(WrFontKey aKey,
|
||||||
void *aHandle,
|
void *aHandle,
|
||||||
uint32_t aIndex);
|
uint32_t aIndex);
|
||||||
|
|
||||||
|
extern void ClearBlobImageResources(WrIdNamespace aNamespace);
|
||||||
|
|
||||||
extern void DeleteFontData(WrFontKey aKey);
|
extern void DeleteFontData(WrFontKey aKey);
|
||||||
|
|
||||||
extern void apz_deregister_sampler(WrWindowId aWindowId);
|
extern void apz_deregister_sampler(WrWindowId aWindowId);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче