| Index: cc/output/overlay_strategy_all_or_nothing.h
|
| diff --git a/cc/output/overlay_strategy_all_or_nothing.h b/cc/output/overlay_strategy_all_or_nothing.h
|
| index 3262fce8fee143ac6e8ca7d82f1326fa411e1224..94d88f030b4dca2c5d1bcab2313043098aedc41f 100644
|
| --- a/cc/output/overlay_strategy_all_or_nothing.h
|
| +++ b/cc/output/overlay_strategy_all_or_nothing.h
|
| @@ -20,7 +20,8 @@ class CC_EXPORT OverlayStrategyAllOrNothing
|
| OverlayCandidateValidator* capability_checker);
|
| ~OverlayStrategyAllOrNothing() override;
|
|
|
| - bool Attempt(RenderPassList* render_passes,
|
| + bool Attempt(ResourceProvider* resource_provider,
|
| + RenderPassList* render_passes,
|
| OverlayCandidateList* candidate_list) override;
|
|
|
| private:
|
|
|