Bug 1538796 - Part 6 - remove unused IPDL OverlaySource union; r=kats

Depends on D24751

Differential Revision: https://phabricator.services.mozilla.com/D24752

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Alex Gaynor 2019-03-25 19:30:26 +00:00
parent c711ab78bc
commit 8024e86d02

View File

@ -19,16 +19,6 @@ using gfxImageFormat from "gfxTypes.h";
namespace mozilla {
namespace layers {
union OverlayHandle {
int32_t;
null_t;
};
struct OverlaySource {
OverlayHandle handle;
IntSize size;
};
struct SurfaceDescriptorFileMapping {
WindowsHandle handle;
SurfaceFormat format;