mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1509498 - Re-generate FFI header. r=kats
Depends on D12754 Differential Revision: https://phabricator.services.mozilla.com/D12755 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
32d853b479
commit
a45897eb14
@ -287,8 +287,8 @@ struct LayoutPixel;
|
||||
// one per OS window), and all instances share the same thread.
|
||||
struct Renderer;
|
||||
|
||||
// Offset in number of tiles.
|
||||
struct Tiles;
|
||||
// Unit for tile coordinates.
|
||||
struct TileCoordinate;
|
||||
|
||||
// Represents the work associated to a transaction before scene building.
|
||||
struct Transaction;
|
||||
@ -987,7 +987,7 @@ struct ByteSlice {
|
||||
}
|
||||
};
|
||||
|
||||
using TileOffset = TypedPoint2D<int32_t, Tiles>;
|
||||
using TileOffset = TypedPoint2D<int32_t, TileCoordinate>;
|
||||
|
||||
using DeviceIntRect = TypedRect<int32_t, DevicePixel>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user