Bug 1538796 - Part 4 - remove unused IPDL MaybeRegion union; r=kats

Depends on D24749

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Alex Gaynor 2019-03-25 19:29:50 +00:00
parent 46926da383
commit 05757c3863

View File

@ -452,11 +452,6 @@ struct OpUseComponentAlphaTextures {
bool readLockedWhite; bool readLockedWhite;
}; };
union MaybeRegion {
nsIntRegion;
null_t;
};
struct OpNotifyNotUsed { struct OpNotifyNotUsed {
uint64_t TextureId; uint64_t TextureId;
uint64_t fwdTransactionId; uint64_t fwdTransactionId;