Index: cc/trees/layer_tree_host.cc |
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc |
index 7c00672dde4022151d25ac9776410e819569b6a1..b6e64730ef2cebcc6662fa25ceee2c0d7edc300c 100644 |
--- a/cc/trees/layer_tree_host.cc |
+++ b/cc/trees/layer_tree_host.cc |
@@ -741,6 +741,10 @@ 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, |