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

Unified Diff: trunk/src/cc/resources/prioritized_resource_manager.cc

Issue 13334005: Revert 191400 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 9 months 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
Index: trunk/src/cc/resources/prioritized_resource_manager.cc
===================================================================
--- trunk/src/cc/resources/prioritized_resource_manager.cc (revision 191411)
+++ trunk/src/cc/resources/prioritized_resource_manager.cc (working copy)
@@ -15,13 +15,13 @@
namespace cc {
PrioritizedResourceManager::PrioritizedResourceManager(const Proxy* proxy)
- : max_memory_limit_bytes_(DefaultMemoryAllocationLimit()),
+ : proxy_(proxy),
+ max_memory_limit_bytes_(DefaultMemoryAllocationLimit()),
external_priority_cutoff_(PriorityCalculator::AllowEverythingCutoff()),
memory_use_bytes_(0),
+ max_memory_needed_bytes_(0),
memory_above_cutoff_bytes_(0),
- max_memory_needed_bytes_(0),
memory_available_bytes_(0),
- proxy_(proxy),
backings_tail_not_sorted_(false),
memory_visible_bytes_(0),
memory_visible_and_nearby_bytes_(0),
« no previous file with comments | « trunk/src/cc/resources/prioritized_resource.cc ('k') | trunk/src/cc/resources/prioritized_resource_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698