Chromium Code Reviews| 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..079175fbb3665b2e9c246dc9cb232c3e7b24f36c 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; |
| + gfx::Rect swap_with_damage_rect; |
| std::vector<ui::LatencyInfo> latency_info; |
| private: |