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

Unified Diff: cc/resources/resource_provider.h

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_strategy_underlay.cc ('k') | cc/resources/resource_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/resource_provider.h
diff --git a/cc/resources/resource_provider.h b/cc/resources/resource_provider.h
index 5d7ae6f2bf03a6e72c025617de5f6522dc4efd72..a9834caca3f919b1029f06495d2d65644912fbec 100644
--- a/cc/resources/resource_provider.h
+++ b/cc/resources/resource_provider.h
@@ -208,10 +208,11 @@ class CC_EXPORT ResourceProvider
#if defined(OS_ANDROID)
// Send an overlay promotion hint to all resources that requested it via
- // |want_promotion_hint|. |promotable_hints| contains all the resources that
- // should be told that they're promotable. Others will be told that they're
- // not promotable right now.
- void SendPromotionHints(const ResourceIdSet& promotable_hints);
+ // |wants_promotion_hints_set_|. |promotable_hints| contains all the
+ // resources that should be told that they're promotable. Others will be told
+ // that they're not promotable right now.
+ void SendPromotionHints(
+ const OverlayCandidateList::PromotionHintInfoMap& promotion_hints);
#endif
// The following lock classes are part of the ResourceProvider API and are
« no previous file with comments | « cc/output/overlay_strategy_underlay.cc ('k') | cc/resources/resource_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698