| Index: cc/output/overlay_strategy_fullscreen.h
|
| diff --git a/cc/output/overlay_strategy_fullscreen.h b/cc/output/overlay_strategy_fullscreen.h
|
| index 1429985874aeea49478bf48b1a330907a99fabb5..5717330e2a15346c02721139bc879ba5a1c8d463 100644
|
| --- a/cc/output/overlay_strategy_fullscreen.h
|
| +++ b/cc/output/overlay_strategy_fullscreen.h
|
| @@ -22,7 +22,8 @@ class CC_EXPORT OverlayStrategyFullscreen : public OverlayProcessor::Strategy {
|
|
|
| bool Attempt(ResourceProvider* resource_provider,
|
| RenderPass* render_pass,
|
| - OverlayCandidateList* candidate_list) override;
|
| + OverlayCandidateList* candidate_list,
|
| + std::vector<gfx::Rect>* content_bounds) override;
|
|
|
| private:
|
| OverlayCandidateValidator* capability_checker_; // Weak.
|
|
|