Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3714)

Unified Diff: cc/output/overlay_strategy_common.h

Issue 1373373003: Mac Overlays: Add AllOrNothing strategy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@OverlayTest
Patch Set: Rebase off master Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/output/overlay_strategy_all_or_nothing.cc ('k') | cc/output/overlay_strategy_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « cc/output/overlay_strategy_all_or_nothing.cc ('k') | cc/output/overlay_strategy_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698