| 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..be028871a50022861a9142cdf45142a2f7dd4aed 100644
|
| --- a/cc/output/compositor_frame_metadata.h
|
| +++ b/cc/output/compositor_frame_metadata.h
|
| @@ -52,6 +52,11 @@ class CC_EXPORT CompositorFrameMetadata {
|
| gfx::Vector2dF location_bar_offset;
|
| gfx::Vector2dF location_bar_content_translation;
|
|
|
| + // Used to position Android bottom bar, whose position is computed by the
|
| + // renderer compositor.
|
| + gfx::Vector2dF bottom_bar_offset;
|
| + gfx::Vector2dF bottom_bar_content_translation;
|
| +
|
| // 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
|
| // it's too small to fill the box the parent reserved for it.
|
|
|