Index: cc/output/output_surface_frame.h |
diff --git a/cc/output/output_surface_frame.h b/cc/output/output_surface_frame.h |
index 2306f2e5b4bbe686807d324dd438eee65266d245..6695ffd69319a497a967ee3dbbe1b9c0993b933c 100644 |
--- a/cc/output/output_surface_frame.h |
+++ b/cc/output/output_surface_frame.h |
@@ -27,6 +27,7 @@ class CC_EXPORT OutputSurfaceFrame { |
gfx::Size size; |
gfx::Rect sub_buffer_rect; |
+ std::vector<gfx::Rect> content_bounds; |
danakj
2017/02/14 17:28:58
Can you make clear in comments the relationship be
halliwell
2017/02/15 22:29:04
Done.
|
std::vector<ui::LatencyInfo> latency_info; |
private: |