| Index: third_party/WebKit/Source/core/style/StylePendingImage.h
|
| diff --git a/third_party/WebKit/Source/core/style/StylePendingImage.h b/third_party/WebKit/Source/core/style/StylePendingImage.h
|
| index 483f3b1427610f570d9a32f057fbd7b6796c076c..de9f4282481777ba6d6a02be6a7166493e901c30 100644
|
| --- a/third_party/WebKit/Source/core/style/StylePendingImage.h
|
| +++ b/third_party/WebKit/Source/core/style/StylePendingImage.h
|
| @@ -68,7 +68,7 @@ public:
|
| bool usesImageContainerSize() const override { return false; }
|
| 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
|
| {
|
| ASSERT_NOT_REACHED();
|
| return nullptr;
|
|
|