| Index: cc/surfaces/surface_aggregator.h
|
| diff --git a/cc/surfaces/surface_aggregator.h b/cc/surfaces/surface_aggregator.h
|
| index ea2b8e6d7a5b4d2370142b5c45648351726f92db..e4cb31ba6593787f46666c3e3407351e169decd0 100644
|
| --- a/cc/surfaces/surface_aggregator.h
|
| +++ b/cc/surfaces/surface_aggregator.h
|
| @@ -79,7 +79,11 @@ class CC_SURFACES_EXPORT SurfaceAggregator {
|
| void HandleSurfaceQuad(const SurfaceDrawQuad* surface_quad,
|
| const gfx::Transform& target_transform,
|
| const ClipData& clip_rect,
|
| - RenderPass* dest_pass);
|
| + RenderPass* dest_pass,
|
| + bool ignore_undamaged,
|
| + gfx::Rect* damage_rect_in_quad_space,
|
| + bool* damage_rect_in_quad_space_valid);
|
| +
|
| SharedQuadState* CopySharedQuadState(const SharedQuadState* source_sqs,
|
| const gfx::Transform& target_transform,
|
| const ClipData& clip_rect,
|
|
|