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

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

Issue 2755583003: color: Remove flags for true color rendering (Closed)
Patch Set: Created 3 years, 9 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/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 9e685b5b8ae607e912ac664456e83a428a52ec87..75429196b98b62a1b1d308ff2ce32519343f8cd2 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -140,7 +140,6 @@ 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