| Index: third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| index 1805cb498c9480e144873950e4164534b24b70db..f0843a23affabb11bd0b7a7b875ca02a866be733 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| @@ -69,7 +69,7 @@ public:
|
| bool usesImageContainerSize() const override;
|
| void addClient(LayoutObject*) override;
|
| void removeClient(LayoutObject*) override;
|
| - PassRefPtr<Image> image(const LayoutObject*, const IntSize&, float) const override;
|
| + PassRefPtr<Image> image(const LayoutObject*, const LayoutSize&, float) const override;
|
| float imageScaleFactor() const override { return m_imageScaleFactor; }
|
| bool knownToBeOpaque(const LayoutObject*) const override;
|
| ImageResource* cachedImage() const override;
|
|
|