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

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

Issue 2903053002: Removing canvas rendering mode switching feature (Closed)
Patch Set: 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..1daa8c1b001c9380ed5528c93375bc9c3605c8db 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -141,7 +141,6 @@ class WebRuntimeFeatures {
BLINK_EXPORT static void EnableTimerThrottlingForBackgroundTabs(bool);
BLINK_EXPORT static void EnableTimerThrottlingForHiddenFrames(bool);
BLINK_EXPORT static void EnableExpensiveBackgroundTimerThrottling(bool);
- BLINK_EXPORT static void EnableCanvas2dDynamicRenderingModeSwitching(bool);
BLINK_EXPORT static void EnableSendBeaconThrowForBlobWithNonSimpleType(bool);
BLINK_EXPORT static void EnableBackgroundVideoTrackOptimization(bool);
BLINK_EXPORT static void EnableNewRemotePlaybackPipeline(bool);

Powered by Google App Engine
This is Rietveld 408576698