Index: cc/trees/layer_tree_host.cc |
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc |
index 268e93bfff8dd9b4997d642ab8502ebaf67f405a..2f99df2bb97f3c692c10ad9809a444a3e15b78ae 100644 |
--- a/cc/trees/layer_tree_host.cc |
+++ b/cc/trees/layer_tree_host.cc |
@@ -808,10 +808,6 @@ void LayerTreeHost::SetVisible(bool visible) { |
proxy_->SetVisible(visible); |
} |
-void LayerTreeHost::SetThrottleFrameProduction(bool throttle) { |
- proxy_->SetThrottleFrameProduction(throttle); |
-} |
- |
void LayerTreeHost::StartPageScaleAnimation(const gfx::Vector2d& target_offset, |
bool use_anchor, |
float scale, |