| Index: cc/output/overlay_strategy_common.h
|
| diff --git a/cc/output/overlay_strategy_common.h b/cc/output/overlay_strategy_common.h
|
| index eb8b13c30e76ec1b22dffd266fbd56f8df3cc42b..59fc1f4e27939adcebccab1b50acf0c385bb37fa 100644
|
| --- a/cc/output/overlay_strategy_common.h
|
| +++ b/cc/output/overlay_strategy_common.h
|
| @@ -53,18 +53,6 @@ class CC_EXPORT OverlayStrategyCommon : public OverlayProcessor::Strategy {
|
| // an overlay.
|
| static bool IsInvisibleQuad(const DrawQuad* draw_quad);
|
|
|
| - protected:
|
| - // Returns true if |draw_quad| is of a known quad type and contains an
|
| - // overlayable resource.
|
| - bool GetCandidateQuadInfo(const DrawQuad& draw_quad,
|
| - OverlayCandidate* quad_info);
|
| - bool GetTextureQuadInfo(const TextureDrawQuad& quad,
|
| - OverlayCandidate* quad_info);
|
| - bool GetVideoQuadInfo(const StreamVideoDrawQuad& quad,
|
| - OverlayCandidate* quad_info);
|
| - bool GetIOSurfaceQuadInfo(const IOSurfaceDrawQuad& quad,
|
| - OverlayCandidate* quad_info);
|
| -
|
| private:
|
| OverlayCandidateValidator* capability_checker_;
|
| scoped_ptr<OverlayStrategyCommonDelegate> delegate_;
|
|
|