| Index: third_party/WebKit/Source/core/style/StyleGeneratedImage.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleGeneratedImage.h b/third_party/WebKit/Source/core/style/StyleGeneratedImage.h
|
| index 07bd5e2f6f68ab508c5865d23e11c7adde7f9cc1..9b92f118b46d95bb9c08208493f27dc19ea776f1 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleGeneratedImage.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleGeneratedImage.h
|
| @@ -51,7 +51,7 @@ public:
|
| bool usesImageContainerSize() const override { return !m_fixedSize; }
|
| 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;
|
| bool knownToBeOpaque(const LayoutObject*) const override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|