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

Unified Diff: cc/output/overlay_processor.h

Issue 1304303002: Mac Overlays: Add sandwich strategy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@overlay_debug
Patch Set: One more time Created 5 years, 4 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_processor.h
diff --git a/cc/output/overlay_processor.h b/cc/output/overlay_processor.h
index e37816c9565658c00778318d6c2c30d07f6e8f81..feba0481b299955800702685aa4906db41de7979 100644
--- a/cc/output/overlay_processor.h
+++ b/cc/output/overlay_processor.h
@@ -25,7 +25,8 @@ class CC_EXPORT OverlayProcessor {
// and adds any additional passes necessary to represent overlays to
// |render_passes_in_draw_order|.
virtual bool Attempt(RenderPassList* render_passes_in_draw_order,
- OverlayCandidateList* candidates) = 0;
+ OverlayCandidateList* candidates,
+ float device_scale_factor) = 0;
};
typedef ScopedPtrVector<Strategy> StrategyList;

Powered by Google App Engine
This is Rietveld 408576698