| Index: cc/input/top_controls_manager.h
|
| diff --git a/cc/input/top_controls_manager.h b/cc/input/top_controls_manager.h
|
| index 59289f6c34c9b101715ef4c8eba6676fb476bd79..c3874c04f2d9a35730a3c8685c8b43f693cc14b2 100644
|
| --- a/cc/input/top_controls_manager.h
|
| +++ b/cc/input/top_controls_manager.h
|
| @@ -48,6 +48,7 @@ class CC_EXPORT TopControlsManager
|
| AnimationDirection animation_direction() { return animation_direction_; }
|
|
|
| void EnableHidingTopControls(bool enable);
|
| + void ShowTopControls(bool show);
|
|
|
| void ScrollBegin();
|
| gfx::Vector2dF ScrollBy(const gfx::Vector2dF pending_delta);
|
|
|