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

Unified Diff: cc/trees/layer_tree_host.h

Issue 14999010: Allows fullscreen to be triggered with the key events used for scrolling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 7 years, 6 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 4e14b11d68cc7a1f7c36a6c7f0eae7345d080c6b..a0c835a333450fdc3f4c96b0b1c894361e8e7aa5 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -237,6 +237,7 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) {
void UpdateTopControlsState(TopControlsState constraints,
TopControlsState current,
bool animate);
+ void UpdateTopControlsStatePreservingConstraints(bool show);
HeadsUpDisplayLayer* hud_layer() const { return hud_layer_.get(); }
@@ -255,6 +256,7 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) {
bool in_paint_layer_contents() const { return in_paint_layer_contents_; }
+
void IncrementLCDTextMetrics(
bool update_total_num_cc_layers_can_use_lcd_text,
bool update_total_num_cc_layers_will_use_lcd_text);

Powered by Google App Engine
This is Rietveld 408576698