summaryrefslogtreecommitdiffstats
path: root/cc/test/proxy_impl_for_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test/proxy_impl_for_test.cc')
-rw-r--r--cc/test/proxy_impl_for_test.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/cc/test/proxy_impl_for_test.cc b/cc/test/proxy_impl_for_test.cc
index 457bb32..da0848b 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);