| Index: cc/layer_tree_host.h
|
| diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
|
| index 3407dba4b20ffbe5d362ca44fece2e5ec2b6652c..0e598d55da30a49e20ca3e62969a3341eaf13aa4 100644
|
| --- a/cc/layer_tree_host.h
|
| +++ b/cc/layer_tree_host.h
|
| @@ -178,6 +178,8 @@ public:
|
|
|
| void startPageScaleAnimation(gfx::Vector2d targetOffset, bool useAnchor, float scale, base::TimeDelta duration);
|
|
|
| + void hideTopControls();
|
| +
|
| void applyScrollAndScale(const ScrollAndScaleSet&);
|
| void setImplTransform(const gfx::Transform&);
|
|
|
|
|