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

Unified Diff: cc/output/compositor_frame_metadata.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: 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 | « cc/ipc/struct_traits_unittest.cc ('k') | cc/trees/layer_tree.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/compositor_frame_metadata.h
diff --git a/cc/output/compositor_frame_metadata.h b/cc/output/compositor_frame_metadata.h
index 322ba886cd48cec30416baa1c2905e2c19676006..84ede387ae6a375b212ea5fc6240c8c6e296a740 100644
--- a/cc/output/compositor_frame_metadata.h
+++ b/cc/output/compositor_frame_metadata.h
@@ -56,8 +56,13 @@ class CC_EXPORT CompositorFrameMetadata {
// Used to position the Android location top bar and page content, whose
// precise position is computed by the renderer compositor.
- gfx::Vector2dF location_bar_offset;
- gfx::Vector2dF location_bar_content_translation;
+ float top_controls_height;
+ float top_controls_shown_ratio;
+
+ // Used to position Android bottom bar, whose position is computed by the
+ // renderer compositor.
+ float bottom_controls_height;
+ float bottom_controls_shown_ratio;
// This color is usually obtained from the background color of the <body>
// element. It can be used for filling in gutter areas around the frame when
« no previous file with comments | « cc/ipc/struct_traits_unittest.cc ('k') | cc/trees/layer_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698