Index: cc/trees/proxy_impl.cc |
diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc |
index 46df9ecb995d379525755fedbb4c644c18c5e696..3f5a01eee061add58aca0e8d3f89ef3df147bc05 100644 |
--- a/cc/trees/proxy_impl.cc |
+++ b/cc/trees/proxy_impl.cc |
@@ -106,13 +106,6 @@ ProxyImpl::~ProxyImpl() { |
smoothness_priority_expiration_notifier_.Shutdown(); |
} |
-void ProxyImpl::SetThrottleFrameProductionOnImpl(bool throttle) { |
- TRACE_EVENT1("cc", "ProxyImpl::SetThrottleFrameProductionOnImplThread", |
- "throttle", throttle); |
- DCHECK(IsImplThread()); |
- scheduler_->SetThrottleFrameProduction(throttle); |
-} |
- |
void ProxyImpl::UpdateTopControlsStateOnImpl(TopControlsState constraints, |
TopControlsState current, |
bool animate) { |