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

Unified Diff: cc/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: Remove some plumbing. Created 7 years, 10 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/top_controls_manager.h
diff --git a/cc/top_controls_manager.h b/cc/top_controls_manager.h
index 75a04e50113d8f0ae3a0a96977d1f050daf14f18..16867ea55629b7ebf2e436118e7eae505d37acb1 100644
--- a/cc/top_controls_manager.h
+++ b/cc/top_controls_manager.h
@@ -57,6 +57,8 @@ class CC_EXPORT TopControlsManager
void Animate(base::TimeTicks monotonic_time);
+ void HideTopControls();
+
protected:
TopControlsManager(TopControlsManagerClient* client,
float top_controls_height,

Powered by Google App Engine
This is Rietveld 408576698