Bug 1487091 - remove an unused element from a graphics IPDL union; r=aosmond

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Alex Gaynor 2018-08-30 00:35:08 +00:00
Родитель f5298ed4fe
Коммит ac3702bff2
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -151,7 +151,6 @@ union SurfaceDescriptor {
SurfaceDescriptorMacIOSurface;
SurfaceDescriptorSharedGLTexture;
SurfaceDescriptorGPUVideo;
SurfaceDescriptorShared;
null_t;
};