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

Unified Diff: content/common/resize_params.cc

Issue 2106753004: Introduce bottom controls to CC and let it respond to scrolling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: findbug Created 4 years, 4 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 ea9f18fb65b2041e7fda33666b7a6dbbd496b4af..ee6943fc77b95ee5f54e343af57aea69f087c77f 100644
--- a/content/common/resize_params.cc
+++ b/content/common/resize_params.cc
@@ -9,6 +9,7 @@ namespace content {
ResizeParams::ResizeParams()
: top_controls_shrink_blink_size(false),
top_controls_height(0.f),
+ bottom_controls_height(0.f),
is_fullscreen_granted(false),
display_mode(blink::WebDisplayModeUndefined),
needs_resize_ack(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