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

Unified Diff: cc/output/overlay_strategy_all_or_nothing.h

Issue 1372103005: Refactor OverlayStrategySandwich and OverlayStrategyCommon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SolidColor
Patch Set: Delete OverlayStrategyCommon 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
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 7986d0e26824bd7417a3afad3d835bd8426e52ed..3262fce8fee143ac6e8ca7d82f1326fa411e1224 100644
--- a/cc/output/overlay_strategy_all_or_nothing.h
+++ b/cc/output/overlay_strategy_all_or_nothing.h
@@ -21,8 +21,7 @@ class CC_EXPORT OverlayStrategyAllOrNothing
~OverlayStrategyAllOrNothing() override;
bool Attempt(RenderPassList* render_passes,
- OverlayCandidateList* candidate_list,
- float device_scale_factor) override;
ccameron 2015/10/05 19:28:29 Thanks for killing this ....
+ OverlayCandidateList* candidate_list) override;
private:
OverlayCandidateValidator* capability_checker_; // Weak.

Powered by Google App Engine
This is Rietveld 408576698