| Index: cc/output/overlay_strategy_sandwich.h
|
| diff --git a/cc/output/overlay_strategy_sandwich.h b/cc/output/overlay_strategy_sandwich.h
|
| index 076ea9de7c8358148a9dc243fc667a0e5b7cd0b3..0bdd2d26fc71f7cc432db9088e83508dd96afb67 100644
|
| --- a/cc/output/overlay_strategy_sandwich.h
|
| +++ b/cc/output/overlay_strategy_sandwich.h
|
| @@ -23,7 +23,8 @@ class CC_EXPORT OverlayStrategySandwich : public OverlayProcessor::Strategy {
|
|
|
| bool Attempt(ResourceProvider* resource_provider,
|
| RenderPassList* render_passes,
|
| - OverlayCandidateList* candidate_list) override;
|
| + OverlayCandidateList* candidate_list,
|
| + gfx::Rect* damage_rect) override;
|
|
|
| private:
|
| QuadList::Iterator TryOverlay(RenderPass* render_pass,
|
|
|