Index: cc/output/compositor_frame_metadata.h |
diff --git a/cc/output/compositor_frame_metadata.h b/cc/output/compositor_frame_metadata.h |
index bd272e7332899ca108381f25b359f5f1c820c3d3..3aedb9e59a6569157b3b4c7d718b4c4025246e87 100644 |
--- a/cc/output/compositor_frame_metadata.h |
+++ b/cc/output/compositor_frame_metadata.h |
@@ -35,6 +35,7 @@ class CC_EXPORT CompositorFrameMetadata { |
// precise position is computed by the renderer compositor. |
gfx::Vector2dF location_bar_offset; |
gfx::Vector2dF location_bar_content_translation; |
+ float overdraw_bottom_height; |
}; |
} // namespace cc |