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

Unified Diff: third_party/WebKit/public/web/WebRuntimeFeatures.h

Issue 2893243003: color: Add ColorCanvasExtensions runtime flag (Closed)
Patch Set: Fix logic error in ImageBitmap Created 3 years, 7 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/public/web/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
index e0fcebff45109713271c434a90d8781969e96108..945128f659588dc265bcf48154cbc9eb73f4e6a1 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -71,8 +71,8 @@ class WebRuntimeFeatures {
BLINK_EXPORT static void EnableAccelerated2dCanvas(bool);
BLINK_EXPORT static void EnableAudioOutputDevices(bool);
BLINK_EXPORT static void EnableCanvas2dImageChromium(bool);
+ BLINK_EXPORT static void EnableColorCanvasExtensions(bool);
BLINK_EXPORT static void EnableColorCorrectRendering(bool);
- BLINK_EXPORT static void EnableColorCorrectRenderingDefaultMode(bool);
BLINK_EXPORT static void EnableDatabase(bool);
BLINK_EXPORT static void EnableDecodeToYUV(bool);
BLINK_EXPORT static void EnableDocumentWriteEvaluator(bool);

Powered by Google App Engine
This is Rietveld 408576698