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

Unified Diff: cc/trees/layer_tree_host.h

Issue 14139013: Hide location bar on Javascript-initiated scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Upload again after sync. Created 7 years, 8 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/trees/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index 629945ecf77bbfc734ccda1090279b7537002f09..b5fdfde6964cc3189503a39e67801003faddc074 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -230,6 +230,7 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) {
void UpdateTopControlsState(bool enable_hiding,
bool enable_showing,
bool animate);
+ void ShowTopControls(bool show);
palmer 2013/04/16 17:12:43 #ifdef for Android?
HeadsUpDisplayLayer* hud_layer() const { return hud_layer_.get(); }

Powered by Google App Engine
This is Rietveld 408576698