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

Unified Diff: content/common/resize_params.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 | « content/common/layer_tree_settings_factory.cc ('k') | content/common/resize_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resize_params.h
diff --git a/content/common/resize_params.h b/content/common/resize_params.h
index 89a0281395f9ebe6b7f0019ccb33ae8c59b0e610..547dd35d6ccfcf059b35bbc80cb7fc807d65fc54 100644
--- a/content/common/resize_params.h
+++ b/content/common/resize_params.h
@@ -28,7 +28,7 @@ struct CONTENT_EXPORT ResizeParams {
// Whether or not Blink's viewport size should be shrunk by the height of the
// URL-bar (always false on platforms where URL-bar hiding isn't supported).
- bool top_controls_shrink_blink_size;
+ bool browser_controls_shrink_blink_size;
// The height of the top controls (always 0 on platforms where URL-bar hiding
// isn't supported).
« no previous file with comments | « content/common/layer_tree_settings_factory.cc ('k') | content/common/resize_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698