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

Unified Diff: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp

Issue 2409653003: [Merge to 2883] Revert "[scheduler] Throttle background frames with 1% CPU limit" (Closed)
Patch Set: Created 4 years, 2 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/web/WebRuntimeFeatures.cpp
diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
index 0730748d04303bd57dff60be7365f5c4ec757b6e..a51400ebf91597e6fb8042b38e122c7cc026fd45 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -312,10 +312,6 @@ void WebRuntimeFeatures::enableRenderingPipelineThrottling(bool enable) {
RuntimeEnabledFeatures::setRenderingPipelineThrottlingEnabled(enable);
}
-void WebRuntimeFeatures::enableExpensiveBackgroundTimerThrottling(bool enable) {
- RuntimeEnabledFeatures::setExpensiveBackgroundTimerThrottlingEnabled(enable);
-}
-
void WebRuntimeFeatures::enableRootLayerScrolling(bool enable) {
RuntimeEnabledFeatures::setRootLayerScrollingEnabled(enable);
}

Powered by Google App Engine
This is Rietveld 408576698