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

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: fix build and tests 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/12 19:48:31 Nit: I'd still like a reference to the crbug in a
Justin Novosad 2016/08/12 20:08:49 Done.
};

Powered by Google App Engine
This is Rietveld 408576698