| Index: third_party/WebKit/Source/core/imagebitmap/ImageBitmapOptions.idl
|
| diff --git a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapOptions.idl b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapOptions.idl
|
| index 25796b41122b99ab5b070a1e4bb373b12c41cf58..cffb30cfdd926862f9c65933ff0acca6fbe5b8e7 100644
|
| --- a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapOptions.idl
|
| +++ b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapOptions.idl
|
| @@ -6,7 +6,7 @@
|
|
|
| enum ImageOrientation { "none", "flipY" };
|
| enum PremultiplyAlpha { "none", "premultiply", "default" };
|
| -enum ColorSpaceConversion { "none", "default", "srgb", "linear-rgb" };
|
| +enum ColorSpaceConversion { "none", "default", "srgb", "linear-rgb", "rec2020", "p3" };
|
| [RuntimeEnabled=ExperimentalCanvasFeatures] enum ResizeQuality { "pixelated", "low", "medium", "high" };
|
| dictionary ImageBitmapOptions {
|
| ImageOrientation imageOrientation = "none";
|
|
|