| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index c98500234c9cff8c68ff0a0965d9929b19491552..056326b8c0a266f0e4360c501f320d7762e94629 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -272,8 +272,6 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient {
|
| 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,
|
|
|