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

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

Issue 2212163002: Add some plumbing for the color management of canvases (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor corrections Created 4 years, 4 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
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 41f8b80390826730d49295677cfd6a00c55c6286..9adc65c4175603b3445c623d08439dae978de666 100644
--- a/third_party/WebKit/Source/modules/canvas2d/Canvas2DContextAttributes.idl
+++ b/third_party/WebKit/Source/modules/canvas2d/Canvas2DContextAttributes.idl
@@ -26,4 +26,5 @@
dictionary Canvas2DContextAttributes {
boolean alpha = true;
+ [RuntimeEnabled=ExperimentalCanvasFeatures] DOMString colorSpace = "legacy-srgb";
Stephen White 2016/08/11 20:41:27 Let's log a bug to decide if we really want to shi
Justin Novosad 2016/08/12 17:40:18 Done. crbug.com/637288
Stephen White 2016/08/12 19:48:31 Add a comment here referencing that bug?
};

Powered by Google App Engine
This is Rietveld 408576698