| 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 6d13020c617f32c5653d557699a7d2c9610754da..d4b00beef1fc19d898e00ca8cf9d9bb50fcd23d4 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| @@ -59,7 +59,7 @@ public:
|
| void removeClient(LayoutObject*) override;
|
| void notifyFinished(Resource*) override;
|
| String debugName() const override { return "StyleFetchedImage"; }
|
| - PassRefPtr<Image> image(const LayoutObject*, const IntSize&, float zoom) const override;
|
| + PassRefPtr<Image> image(const LayoutObject*, const LayoutSize&, float zoom) const override;
|
| bool knownToBeOpaque(const LayoutObject*) const override;
|
| ImageResource* cachedImage() const override;
|
|
|
|
|