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

Unified Diff: third_party/WebKit/Source/core/fetch/ImageResource.h

Issue 2499263002: Add UMA to estimate deroppable memory usage of encoded data size in Resources (Closed)
Patch Set: Address on reviews Created 4 years, 1 month 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 | « third_party/WebKit/Source/core/fetch/DEPS ('k') | third_party/WebKit/Source/core/fetch/ImageResource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/fetch/ImageResource.h
diff --git a/third_party/WebKit/Source/core/fetch/ImageResource.h b/third_party/WebKit/Source/core/fetch/ImageResource.h
index da11324a76b75831bae1dbdf4ee8ecf76740af09..f348355f6aca703f4360206728309110e6a5f7af 100644
--- a/third_party/WebKit/Source/core/fetch/ImageResource.h
+++ b/third_party/WebKit/Source/core/fetch/ImageResource.h
@@ -217,6 +217,8 @@ class CORE_EXPORT ImageResource final
// Indicates if this ImageResource is either attempting to load a placeholder
// image, or is a (possibly broken) placeholder image.
bool m_isPlaceholder;
+
+ bool m_isRefetchableFromDiskCache;
yhirano 2016/11/16 11:25:38 How about having a function that turns this flag o
yhirano 2016/11/16 11:25:38 I think including "data" or "body" in the name is
hajimehoshi 2016/11/16 12:15:48 Done. (setNotRefetchableDataFromDiskCache seems we
hajimehoshi 2016/11/16 12:19:48 I mean the name setNotRefetchableDataFromDiskCache
yhirano 2016/11/17 02:16:56 Is it better to focus on dropping / discarding the
};
DEFINE_RESOURCE_TYPE_CASTS(Image);
« no previous file with comments | « third_party/WebKit/Source/core/fetch/DEPS ('k') | third_party/WebKit/Source/core/fetch/ImageResource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698