| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 9ce8707206cdbb58c1362ae30c04b392200f4f0b..9069b9d97d6710bf32c384f8de0aca3a3700221d 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -241,6 +241,8 @@ class CC_EXPORT LayerTreeHost {
|
| void SetVisible(bool visible);
|
| bool visible() const { return visible_; }
|
|
|
| + void SetThrottleFrameProduction(bool throttle);
|
| +
|
| void StartPageScaleAnimation(const gfx::Vector2d& target_offset,
|
| bool use_anchor,
|
| float scale,
|
|
|