| Index: cc/resources/prioritized_resource_manager.cc
|
| diff --git a/cc/resources/prioritized_resource_manager.cc b/cc/resources/prioritized_resource_manager.cc
|
| index 9659a4f1f3da06f38684c574c2c707bbacac2c32..d60ed124dc1a78a36b8adfb382f9e2523ccfcdab 100644
|
| --- a/cc/resources/prioritized_resource_manager.cc
|
| +++ b/cc/resources/prioritized_resource_manager.cc
|
| @@ -15,12 +15,12 @@
|
| namespace cc {
|
|
|
| PrioritizedResourceManager::PrioritizedResourceManager(const Proxy* proxy)
|
| - : proxy_(proxy),
|
| - max_memory_limit_bytes_(DefaultMemoryAllocationLimit()),
|
| + : max_memory_limit_bytes_(DefaultMemoryAllocationLimit()),
|
| external_priority_cutoff_(PriorityCalculator::AllowEverythingCutoff()),
|
| memory_use_bytes_(0),
|
| memory_above_cutoff_bytes_(0),
|
| memory_available_bytes_(0),
|
| + proxy_(proxy),
|
| backings_tail_not_sorted_(false),
|
| memory_visible_bytes_(0),
|
| memory_visible_and_nearby_bytes_(0),
|
|
|