diff options
Diffstat (limited to 'gfx/layers/ipc/LayersSurfaces.ipdlh')
-rw-r--r-- | gfx/layers/ipc/LayersSurfaces.ipdlh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/layers/ipc/LayersSurfaces.ipdlh b/gfx/layers/ipc/LayersSurfaces.ipdlh index 16689fdcce..6fcec067a7 100644 --- a/gfx/layers/ipc/LayersSurfaces.ipdlh +++ b/gfx/layers/ipc/LayersSurfaces.ipdlh @@ -7,6 +7,7 @@ using nsIntRegion from "nsRegion.h"; using struct mozilla::layers::SurfaceDescriptorX11 from "gfxipc/ShadowLayerUtils.h"; using mozilla::StereoMode from "ImageTypes.h"; using mozilla::YUVColorSpace from "ImageTypes.h"; +using mozilla::ColorRange from "ImageTypes.h"; using struct mozilla::null_t from "ipc/IPCMessageUtils.h"; using mozilla::WindowsHandle from "ipc/IPCMessageUtils.h"; using mozilla::gfx::SurfaceFormat from "mozilla/gfx/Types.h"; @@ -99,6 +100,7 @@ struct YCbCrDescriptor { uint32_t crOffset; StereoMode stereoMode; YUVColorSpace yUVColorSpace; + ColorRange colorRange; bool hasIntermediateBuffer; }; |