Index: cc/output/overlay_strategy_underlay.h |
diff --git a/cc/output/overlay_strategy_underlay.h b/cc/output/overlay_strategy_underlay.h |
index 881e170535f755b597b1de21bf4611108ee67f10..d8351efab14476d11e1b5f5e26d8fb546b585af5 100644 |
--- a/cc/output/overlay_strategy_underlay.h |
+++ b/cc/output/overlay_strategy_underlay.h |
@@ -18,12 +18,14 @@ class TextureDrawQuad; |
// are fully opaque. |
class CC_EXPORT OverlayStrategyUnderlay : public OverlayStrategyCommon { |
public: |
- OverlayStrategyUnderlay(OverlayCandidateValidator* capability_checker, |
- ResourceProvider* resource_provider); |
+ explicit OverlayStrategyUnderlay( |
+ OverlayCandidateValidator* capability_checker); |
bool Attempt(RenderPassList* render_passes_in_draw_order, |
OverlayCandidateList* candidate_list) override; |
private: |
+ OverlayCandidateValidator* capability_checker_; |
+ |
DISALLOW_COPY_AND_ASSIGN(OverlayStrategyUnderlay); |
}; |