| Index: cc/input/top_controls_manager.h
|
| diff --git a/cc/input/top_controls_manager.h b/cc/input/top_controls_manager.h
|
| index e753846c7396c7c5d8d14abf2ea2f11136c5ac56..eb04e3fa71aeeae24d16a400ce1c55babbd688a1 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);
|
|
|