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&, |