| Index: cc/output/compositor_frame_metadata.h
|
| diff --git a/cc/output/compositor_frame_metadata.h b/cc/output/compositor_frame_metadata.h
|
| index 54c3ce61a0fae5e8c0dab07b5c30d5e2a9ad31c1..c6c2ae0110ad0df9c3baf716bc9afcf543208590 100644
|
| --- a/cc/output/compositor_frame_metadata.h
|
| +++ b/cc/output/compositor_frame_metadata.h
|
| @@ -10,6 +10,7 @@
|
| #include "cc/base/cc_export.h"
|
| #include "ui/events/latency_info.h"
|
| #include "ui/gfx/size_f.h"
|
| +#include "ui/gfx/rect.h"
|
| #include "ui/gfx/vector2d_f.h"
|
|
|
| namespace cc {
|
| @@ -41,6 +42,8 @@ class CC_EXPORT CompositorFrameMetadata {
|
| float overdraw_bottom_height;
|
|
|
| std::vector<ui::LatencyInfo> latency_info;
|
| + gfx::Rect overlay_position;
|
| + unsigned overlay_texture_id_;
|
| };
|
|
|
| } // namespace cc
|
|
|