summaryrefslogtreecommitdiff
path: root/gfx
diff options
context:
space:
mode:
Diffstat (limited to 'gfx')
-rw-r--r--gfx/layers/ImageTypes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gfx/layers/ImageTypes.h b/gfx/layers/ImageTypes.h
index de154912b4..5f6981fef7 100644
--- a/gfx/layers/ImageTypes.h
+++ b/gfx/layers/ImageTypes.h
@@ -123,6 +123,12 @@ enum class YUVColorSpace {
UNKNOWN,
};
+enum class ColorRange {
+ LIMITED,
+ FULL,
+ UNKNOWN,
+};
+
} // namespace mozilla
#endif