summaryrefslogtreecommitdiffstats
path: root/cc/output/overlay_strategy_underlay.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/output/overlay_strategy_underlay.h')
-rw-r--r--cc/output/overlay_strategy_underlay.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/output/overlay_strategy_underlay.h b/cc/output/overlay_strategy_underlay.h
index 473e696..f276c1c 100644
--- a/cc/output/overlay_strategy_underlay.h
+++ b/cc/output/overlay_strategy_underlay.h
@@ -22,7 +22,8 @@ class CC_EXPORT OverlayStrategyUnderlay : public OverlayProcessor::Strategy {
OverlayCandidateValidator* capability_checker);
~OverlayStrategyUnderlay() override;
- bool Attempt(RenderPassList* render_passes,
+ bool Attempt(ResourceProvider* resource_provider,
+ RenderPassList* render_passes,
OverlayCandidateList* candidate_list) override;
private: