| Index: cc/output/output_surface_frame.h
|
| diff --git a/cc/output/output_surface_frame.h b/cc/output/output_surface_frame.h
|
| index fd01648a1140311dace179396d930408ddea96fb..21f89aaaa51690b2f36269f1a6add742f0db6121 100644
|
| --- a/cc/output/output_surface_frame.h
|
| +++ b/cc/output/output_surface_frame.h
|
| @@ -27,6 +27,7 @@ class CC_EXPORT OutputSurfaceFrame {
|
| OutputSurfaceFrame& operator=(OutputSurfaceFrame&& other);
|
|
|
| gfx::Size size;
|
| + gfx::Rect damage_rect;
|
| // Providing both |sub_buffer_rect| and |content_bounds| is not supported;
|
| // if neither is present, regular swap is used.
|
| // Optional rect for partial or empty swap.
|
|
|