From 8024e86d02ae6c8443d0602ca137e6ec9bde816f Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 25 Mar 2019 19:30:26 +0000 Subject: [PATCH] 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 --- gfx/layers/ipc/LayersSurfaces.ipdlh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/gfx/layers/ipc/LayersSurfaces.ipdlh b/gfx/layers/ipc/LayersSurfaces.ipdlh index 1e55096260f2..18f362e500d0 100644 --- a/gfx/layers/ipc/LayersSurfaces.ipdlh +++ b/gfx/layers/ipc/LayersSurfaces.ipdlh @@ -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;