| Index: cc/trees/proxy_main.cc
|
| diff --git a/cc/trees/proxy_main.cc b/cc/trees/proxy_main.cc
|
| index 4c3d4a43864ebd01605cd740cf75991b4805e945..63bac739c21e0a7d1b89a510b926d1350571dedb 100644
|
| --- a/cc/trees/proxy_main.cc
|
| +++ b/cc/trees/proxy_main.cc
|
| @@ -289,12 +289,6 @@ void ProxyMain::SetVisible(bool visible) {
|
| channel_main_->SetVisibleOnImpl(visible);
|
| }
|
|
|
| -void ProxyMain::SetThrottleFrameProduction(bool throttle) {
|
| - TRACE_EVENT1("cc", "ProxyMain::SetThrottleFrameProduction", "throttle",
|
| - throttle);
|
| - channel_main_->SetThrottleFrameProductionOnImpl(throttle);
|
| -}
|
| -
|
| const RendererCapabilities& ProxyMain::GetRendererCapabilities() const {
|
| DCHECK(IsMainThread());
|
| DCHECK(!layer_tree_host_->output_surface_lost());
|
|
|