| 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;
|
|
|