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

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

Issue 2393193003: 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 cb58d5462909724db4040fecf0cab77880928402..3e6656a619fd8e9d3816b0f1bb75dfb6ce5d5fd9 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -316,10 +316,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