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

Unified Diff: content/common/resize_params.h

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: vector->float in IPC 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
Index: content/common/resize_params.h
diff --git a/content/common/resize_params.h b/content/common/resize_params.h
index f9eb07c247df8f7ad499644a83864081efeb6ad6..bd6ac89817f1fbff19aa47af60a38964e52d83ef 100644
--- a/content/common/resize_params.h
+++ b/content/common/resize_params.h
@@ -34,6 +34,9 @@ struct CONTENT_EXPORT ResizeParams {
// isn't supported).
float top_controls_height;
+ // The height of the bottom controls.
+ float bottom_controls_height;
+
// The size of the visible viewport, which may be smaller than the view if the
// view is partially occluded (e.g. by a virtual keyboard). The size is in
// DPI-adjusted pixels.

Powered by Google App Engine
This is Rietveld 408576698