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

Unified Diff: cc/test/proxy_impl_for_test.cc

Issue 1762823002: Remove runtime toggling of throttling frames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « cc/test/proxy_impl_for_test.h ('k') | cc/test/scheduler_test_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/proxy_impl_for_test.cc
diff --git a/cc/test/proxy_impl_for_test.cc b/cc/test/proxy_impl_for_test.cc
index 457bb32a6119b83e0bd105da8da3b591b56cdd0a..da0848ba3bb5e4fa1ae9749f83cf5d51bec7a206 100644
--- a/cc/test/proxy_impl_for_test.cc
+++ b/cc/test/proxy_impl_for_test.cc
@@ -79,11 +79,6 @@ void ProxyImplForTest::DidActivateSyncTree() {
test_hooks_->DidActivateSyncTree();
}
-void ProxyImplForTest::SetThrottleFrameProductionOnImpl(bool throttle) {
- test_hooks_->SetThrottleFrameProductionOnImpl(throttle);
- ProxyImpl::SetThrottleFrameProductionOnImpl(throttle);
-}
-
void ProxyImplForTest::InitializeOutputSurfaceOnImpl(
OutputSurface* output_surface) {
test_hooks_->InitializeOutputSurfaceOnImpl(output_surface);
« no previous file with comments | « cc/test/proxy_impl_for_test.h ('k') | cc/test/scheduler_test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698