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

Unified Diff: cc/output/overlay_strategy_all_or_nothing.h

Issue 1330563004: Avoid Copying damage rect when using Overlays (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove blending checks Created 5 years, 1 month 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_processor.cc ('k') | cc/output/overlay_strategy_all_or_nothing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 94d88f030b4dca2c5d1bcab2313043098aedc41f..23d2aa30eb1efd81c48d1874b70faf5c62577719 100644
--- a/cc/output/overlay_strategy_all_or_nothing.h
+++ b/cc/output/overlay_strategy_all_or_nothing.h
@@ -22,7 +22,8 @@ class CC_EXPORT OverlayStrategyAllOrNothing
bool Attempt(ResourceProvider* resource_provider,
RenderPassList* render_passes,
- OverlayCandidateList* candidate_list) override;
+ OverlayCandidateList* candidate_list,
+ gfx::Rect* damage_rect) override;
private:
OverlayCandidateValidator* capability_checker_; // Weak.
« no previous file with comments | « cc/output/overlay_processor.cc ('k') | cc/output/overlay_strategy_all_or_nothing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698