Bug 1525199 - Part 3 - removed size_t from ShmemSection IPDL struct, shmems are already limited to 32-bit sizes; r=jrmuizel

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Alex Gaynor 2019-02-08 21:52:50 +00:00
parent 0abca7a289
commit c51171d04d

View File

@ -350,7 +350,7 @@ struct OpWindowOverlayChanged { };
struct ShmemSection {
Shmem shmem;
uint32_t offset;
size_t size;
uint32_t size;
};
struct CrossProcessSemaphoreDescriptor {