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

Unified Diff: cc/trees/layer_tree_host.h

Issue 11967015: Hide location bar on WebKit programmatic scroll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Route requestHideTopControls through browser. 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/trees/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index 934ae46623281cf7bbedd2f7cf132c4bd5377f81..15dcb484273a06e3d12fb42f33e588e31fd1fa60 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -222,6 +222,7 @@ class CC_EXPORT LayerTreeHost : public RateLimiterClient {
float device_scale_factor() const { return device_scale_factor_; }
void EnableHidingTopControls(bool enable);
+ void ShowTopControls(bool show);
HeadsUpDisplayLayer* hud_layer() const { return hud_layer_.get(); }

Powered by Google App Engine
This is Rietveld 408576698