Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1010)

Unified Diff: third_party/WebKit/Source/modules/canvas2d/Canvas2DContextAttributes.idl

Issue 2656623002: Add rec-2020 and p3 color spaces to canvas (Closed)
Patch Set: Rebaseline Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/imagebitmap/ImageBitmapOptions.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/canvas2d/Canvas2DContextAttributes.idl
diff --git a/third_party/WebKit/Source/modules/canvas2d/Canvas2DContextAttributes.idl b/third_party/WebKit/Source/modules/canvas2d/Canvas2DContextAttributes.idl
index 4df35219d63a374adc065049d7a9d38835defeec..711fd372ab3bbf0f500e471387ac3dbecc815d18 100644
--- a/third_party/WebKit/Source/modules/canvas2d/Canvas2DContextAttributes.idl
+++ b/third_party/WebKit/Source/modules/canvas2d/Canvas2DContextAttributes.idl
@@ -29,5 +29,5 @@ dictionary Canvas2DContextAttributes {
// TODO(crbug.com/637288): Do we keep "legacy-srgb" as the default?
// Must decide before shipping.
- [RuntimeEnabled=ExperimentalCanvasFeatures] DOMString colorSpace = "legacy-srgb";
+ [RuntimeEnabled=ExperimentalCanvasFeatures] CanvasColorSpace colorSpace = "legacy-srgb";
};
« no previous file with comments | « third_party/WebKit/Source/core/imagebitmap/ImageBitmapOptions.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698