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

Unified Diff: cc/output/overlay_strategy_sandwich.h

Issue 1387283002: cc: Remove redundant is_overlay arguments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate review feedback Created 5 years, 2 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_sandwich.h
diff --git a/cc/output/overlay_strategy_sandwich.h b/cc/output/overlay_strategy_sandwich.h
index afab8e6c747b4307ce335ab056b91ae12ccb83ff..076ea9de7c8358148a9dc243fc667a0e5b7cd0b3 100644
--- a/cc/output/overlay_strategy_sandwich.h
+++ b/cc/output/overlay_strategy_sandwich.h
@@ -21,7 +21,8 @@ class CC_EXPORT OverlayStrategySandwich : public OverlayProcessor::Strategy {
OverlayCandidateValidator* capability_checker);
~OverlayStrategySandwich() override;
- bool Attempt(RenderPassList* render_passes,
+ bool Attempt(ResourceProvider* resource_provider,
+ RenderPassList* render_passes,
OverlayCandidateList* candidate_list) override;
private:

Powered by Google App Engine
This is Rietveld 408576698