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

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

Issue 2202473002: DO NOT COMMIT: Experimental removal of encoded image data Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (rebase) Created 4 years, 3 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/style/StyleFetchedImage.h
diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImage.h b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
index 51d2d4d0d4e025ad397e8c9a4545189024740b03..00483b9d4324c8a0afc80463984fcef8c2ff4c9f 100644
--- a/third_party/WebKit/Source/core/style/StyleFetchedImage.h
+++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
@@ -56,6 +56,7 @@ public:
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&, float zoom) const override;
bool knownToBeOpaque(const LayoutObject&) const override;
« no previous file with comments | « third_party/WebKit/Source/core/loader/ImageLoader.cpp ('k') | third_party/WebKit/Source/platform/graphics/BitmapImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698