| 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
|
|
|