Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1150)

Unified Diff: cc/input/top_controls_manager.h

Issue 11967015: Hide location bar on WebKit programmatic scroll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplify calling TopControlsManager::SetupAnimation Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698