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: third_party/WebKit/Source/core/fetch/Resource.h

Issue 2411243004: [WeakMemoryCache] Remove LRU lists, prune order control and live/dead distinction (Closed)
Patch Set: reflect yhirano comments Created 4 years, 2 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: third_party/WebKit/Source/core/fetch/Resource.h
diff --git a/third_party/WebKit/Source/core/fetch/Resource.h b/third_party/WebKit/Source/core/fetch/Resource.h
index 86e6185daaabdce9fe726b664f7f41baedc58afe..be95c5856bb4087834954d41ec44366ee7eb2828 100644
--- a/third_party/WebKit/Source/core/fetch/Resource.h
+++ b/third_party/WebKit/Source/core/fetch/Resource.h
@@ -338,7 +338,6 @@ class CORE_EXPORT Resource : public GarbageCollectedFinalized<Resource>,
void setEncodedSize(size_t);
void setEncodedSizeMemoryUsage(size_t);
void setDecodedSize(size_t);
- void didAccessDecodedData();
void finishPendingClients();

Powered by Google App Engine
This is Rietveld 408576698