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

Unified Diff: third_party/WebKit/Source/core/style/StyleFetchedImage.h

Issue 2499263002: Add UMA to estimate deroppable memory usage of encoded data size in Resources (Closed)
Patch Set: 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
Index: third_party/WebKit/Source/core/style/StyleFetchedImage.h
diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImage.h b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
index 70d9cd9e2616f5793ab01eaf173e507f2b6fcada..0eae74e99b86d3e459f31c75e93cc0e03234d84c 100644
--- a/third_party/WebKit/Source/core/style/StyleFetchedImage.h
+++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
@@ -61,6 +61,7 @@ class StyleFetchedImage final : public StyleImage, private ResourceClient {
void addClient(LayoutObject*) override;
void removeClient(LayoutObject*) override;
void notifyFinished(Resource*) override;
+ bool isReloadable() const override { return false; }
String debugName() const override { return "StyleFetchedImage"; }
PassRefPtr<Image> image(const LayoutObject&,
const IntSize&,

Powered by Google App Engine
This is Rietveld 408576698