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