| 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 9a297eccdb43e15db5575430e4ba41b0ebd04f02..59c39b20fa00d7f2c1664d33e91bc3d60164f9f6 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| @@ -57,11 +57,13 @@ class StyleFetchedImage final : public StyleImage,
|
| const LayoutSize& default_object_size) const override;
|
| bool ImageHasRelativeSize() const override;
|
| bool UsesImageContainerSize() const override;
|
| - void AddClient(LayoutObject*) override;
|
| - void RemoveClient(LayoutObject*) override;
|
| + void AddClient(ImageResourceObserver*) override;
|
| + void RemoveClient(ImageResourceObserver*) override;
|
| void ImageNotifyFinished(ImageResourceContent*) override;
|
| String DebugName() const override { return "StyleFetchedImage"; }
|
| - PassRefPtr<Image> GetImage(const LayoutObject&,
|
| + PassRefPtr<Image> GetImage(const ImageResourceObserver&,
|
| + const Document&,
|
| + const ComputedStyle&,
|
| const IntSize&) const override;
|
| bool KnownToBeOpaque(const Document&, const ComputedStyle&) const override;
|
| ImageResourceContent* CachedImage() const override;
|
|
|