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

Unified Diff: cc/output/overlay_processor.cc

Issue 2559523002: Send overlay promotion hints from to GLStreamTextureImage. (Closed)
Patch Set: fiddled with GLboolean for windows compiler Created 4 years 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_candidate.cc ('k') | cc/output/overlay_strategy_underlay.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/overlay_processor.cc
diff --git a/cc/output/overlay_processor.cc b/cc/output/overlay_processor.cc
index 472b0c243711424a9fc554ed5436621468cae924..88523d63033d86a45aa37d02c53e7f5e991364e0 100644
--- a/cc/output/overlay_processor.cc
+++ b/cc/output/overlay_processor.cc
@@ -24,7 +24,7 @@ class SendPromotionHintsBeforeReturning {
: resource_provider_(resource_provider), candidates_(candidates) {}
~SendPromotionHintsBeforeReturning() {
resource_provider_->SendPromotionHints(
- candidates_->promotable_resource_hints_);
+ candidates_->promotion_hint_info_map_);
}
private:
« no previous file with comments | « cc/output/overlay_candidate.cc ('k') | cc/output/overlay_strategy_underlay.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698