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

Unified Diff: public/web/WebCache.h

Issue 1278403007: [tracing] Fix accounting of WebCache memory statistics (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@oilpan_light
Patch Set: Changing internal api to use size_t. Created 5 years, 4 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
« no previous file with comments | « Source/web/WebCache.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebCache.h
diff --git a/public/web/WebCache.h b/public/web/WebCache.h
index f108a52368dd39b2bc7532604baff6467c1d5e3a..8f4a619a64247d158854e5adaa8fab670c3582c9 100644
--- a/public/web/WebCache.h
+++ b/public/web/WebCache.h
@@ -54,6 +54,8 @@ public:
size_t size;
size_t liveSize;
size_t decodedSize;
+ size_t purgedSize;
+ size_t purgeableSize;
};
// A struct mirroring blink::MemoryCache::Statistics.
« no previous file with comments | « Source/web/WebCache.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698