| 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
|
|
|