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

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

Issue 2530503003: Add --enable-true-color-rendering flag (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/web/WebRuntimeFeatures.cpp ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 93a35277aa5dbe63c8ba95beccd40fc5df61030c..0eb3e5b336086bc922016546608f62ecc2aa6743 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -133,6 +133,7 @@ class WebRuntimeFeatures {
BLINK_EXPORT static void enableAutoplayMutedVideos(bool);
BLINK_EXPORT static void enableTimerThrottlingForBackgroundTabs(bool);
BLINK_EXPORT static void enableTimerThrottlingForHiddenFrames(bool);
+ BLINK_EXPORT static void enableTrueColorRendering(bool);
BLINK_EXPORT static void enableExpensiveBackgroundTimerThrottling(bool);
BLINK_EXPORT static void enableCanvas2dDynamicRenderingModeSwitching(bool);
BLINK_EXPORT static void enableSendBeaconThrowForBlobWithNonSimpleType(bool);
« no previous file with comments | « third_party/WebKit/Source/web/WebRuntimeFeatures.cpp ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698