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:
WR Updater Bot 2018-11-23 14:43:18 +00:00
parent 32d853b479
commit a45897eb14

View File

@ -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>;