Chromium Code Reviews| Index: cc/output/compositor_frame_metadata.h |
| diff --git a/cc/output/compositor_frame_metadata.h b/cc/output/compositor_frame_metadata.h |
| index c2e13fe6e3fc91b8ec7d64ebfa180376b54143f7..9627d7d6f4dd4a6aaedace9e2c4af788ff1fff35 100644 |
| --- a/cc/output/compositor_frame_metadata.h |
| +++ b/cc/output/compositor_frame_metadata.h |
| @@ -49,8 +49,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; |
| + gfx::Vector2dF top_controls_height; |
|
aelias_OOO_until_Jul13
2016/07/08 23:46:33
Hmm, I don't see a reasonable interpretation of 2
Ian Wen
2016/08/13 00:05:27
Done.
|
| + float top_controls_shown_ratio; |
| + |
| + // Used to position Android bottom bar, whose position is computed by the |
| + // renderer compositor. |
| + gfx::Vector2dF 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 |