зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1393468 - Regenerate FFI bindings header. r=jrmuizel
MozReview-Commit-ID: Kjy5LKXpicj --HG-- extra : rebase_source : 690032246d0bdba4c5ee1439edb5551ffd9f60ba
This commit is contained in:
Родитель
310a230f1c
Коммит
2b2a05eaba
|
@ -167,8 +167,6 @@ struct DocumentHandle;
|
||||||
// RenderBackend.
|
// RenderBackend.
|
||||||
struct Renderer;
|
struct Renderer;
|
||||||
|
|
||||||
struct Tiles;
|
|
||||||
|
|
||||||
struct Vec_u8;
|
struct Vec_u8;
|
||||||
|
|
||||||
struct WrRenderedEpochs;
|
struct WrRenderedEpochs;
|
||||||
|
@ -417,16 +415,6 @@ struct ColorF {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
struct TypedPoint2D_u16__Tiles {
|
|
||||||
uint16_t x;
|
|
||||||
uint16_t y;
|
|
||||||
|
|
||||||
bool operator==(const TypedPoint2D_u16__Tiles& aOther) const {
|
|
||||||
return x == aOther.x &&
|
|
||||||
y == aOther.y;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
struct TypedPoint2D_f32__LayerPixel {
|
struct TypedPoint2D_f32__LayerPixel {
|
||||||
float x;
|
float x;
|
||||||
float y;
|
float y;
|
||||||
|
@ -618,6 +606,16 @@ struct TextShadow {
|
||||||
|
|
||||||
typedef YuvColorSpace WrYuvColorSpace;
|
typedef YuvColorSpace WrYuvColorSpace;
|
||||||
|
|
||||||
|
struct TypedPoint2D_u16__Tiles {
|
||||||
|
uint16_t x;
|
||||||
|
uint16_t y;
|
||||||
|
|
||||||
|
bool operator==(const TypedPoint2D_u16__Tiles& aOther) const {
|
||||||
|
return x == aOther.x &&
|
||||||
|
y == aOther.y;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
typedef TypedPoint2D_u16__Tiles TileOffset;
|
typedef TypedPoint2D_u16__Tiles TileOffset;
|
||||||
|
|
||||||
struct MutByteSlice {
|
struct MutByteSlice {
|
||||||
|
@ -1103,7 +1101,7 @@ extern bool wr_moz2d_render_cb(ByteSlice aBlob,
|
||||||
uint32_t aHeight,
|
uint32_t aHeight,
|
||||||
ImageFormat aFormat,
|
ImageFormat aFormat,
|
||||||
const uint16_t *aTileSize,
|
const uint16_t *aTileSize,
|
||||||
const TileOffset *aTileoffest,
|
const TileOffset *aTileOffset,
|
||||||
MutByteSlice aOutput);
|
MutByteSlice aOutput);
|
||||||
|
|
||||||
extern void wr_notifier_external_event(WrWindowId aWindowId,
|
extern void wr_notifier_external_event(WrWindowId aWindowId,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче