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

Unified Diff: cc/trees/layer_tree.h

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: fix test Created 4 years, 2 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
« no previous file with comments | « cc/trees/channel_main.h ('k') | cc/trees/layer_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree.h
diff --git a/cc/trees/layer_tree.h b/cc/trees/layer_tree.h
index 9f749bfe0770d6c3537f1d87033cce08f44f00df..5e433c2e3639a89668ec31e875e679a3f41140a8 100644
--- a/cc/trees/layer_tree.h
+++ b/cc/trees/layer_tree.h
@@ -94,8 +94,8 @@ class CC_EXPORT LayerTree : public MutatorHostClient {
return inputs_.device_viewport_size;
}
- void SetTopControlsHeight(float height, bool shrink);
- void SetTopControlsShownRatio(float ratio);
+ void SetBrowserControlsHeight(float height, bool shrink);
+ void SetBrowserControlsShownRatio(float ratio);
void SetBottomControlsHeight(float height);
void SetPageScaleFactorAndLimits(float page_scale_factor,
@@ -251,7 +251,7 @@ class CC_EXPORT LayerTree : public MutatorHostClient {
float top_controls_height;
float top_controls_shown_ratio;
- bool top_controls_shrink_blink_size;
+ bool browser_controls_shrink_blink_size;
float bottom_controls_height;
« no previous file with comments | « cc/trees/channel_main.h ('k') | cc/trees/layer_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698