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

Unified Diff: cc/output/overlay_strategy_underlay.cc

Issue 1142343008: cc: Rework overlays to not use the ResourceProvider and pass texture size (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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_underlay.cc
diff --git a/cc/output/overlay_strategy_underlay.cc b/cc/output/overlay_strategy_underlay.cc
index 631ce03d95a015c82b7c7be972bfcfc2a918f3cc..c5b9680b8581a41e1b029b49a2ee7a93a9742566 100644
--- a/cc/output/overlay_strategy_underlay.cc
+++ b/cc/output/overlay_strategy_underlay.cc
@@ -10,9 +10,8 @@
namespace cc {
OverlayStrategyUnderlay::OverlayStrategyUnderlay(
- OverlayCandidateValidator* capability_checker,
- ResourceProvider* resource_provider)
- : OverlayStrategyCommon(capability_checker, resource_provider) {
+ OverlayCandidateValidator* capability_checker)
+ : capability_checker_(capability_checker) {
}
bool OverlayStrategyUnderlay::Attempt(

Powered by Google App Engine
This is Rietveld 408576698