| Index: cc/output/compositor_frame_metadata.h
|
| diff --git a/cc/output/compositor_frame_metadata.h b/cc/output/compositor_frame_metadata.h
|
| index a6fe2d4117afc0bab4e6757f0a4c60d613d232a6..e92a84df648c9027b48d2f75034d48c9d45d9f14 100644
|
| --- a/cc/output/compositor_frame_metadata.h
|
| +++ b/cc/output/compositor_frame_metadata.h
|
| @@ -34,6 +34,8 @@ class CC_EXPORT CompositorFrameMetadata {
|
| gfx::SizeF root_layer_size;
|
| float min_page_scale_factor;
|
| float max_page_scale_factor;
|
| + bool root_overflow_x_hidden;
|
| + bool root_overflow_y_hidden;
|
|
|
| // Used to position the Android location top bar and page content, whose
|
| // precise position is computed by the renderer compositor.
|
|
|