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

Unified Diff: content/common/resize_params.cc

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/resize_params.h ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resize_params.cc
diff --git a/content/common/resize_params.cc b/content/common/resize_params.cc
index ee6943fc77b95ee5f54e343af57aea69f087c77f..49199a7d85103b88a9307b8045a559174dc1b616 100644
--- a/content/common/resize_params.cc
+++ b/content/common/resize_params.cc
@@ -7,7 +7,7 @@
namespace content {
ResizeParams::ResizeParams()
- : top_controls_shrink_blink_size(false),
+ : browser_controls_shrink_blink_size(false),
top_controls_height(0.f),
bottom_controls_height(0.f),
is_fullscreen_granted(false),
« no previous file with comments | « content/common/resize_params.h ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698