| 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 ffeec40526c03ef264c3fe23f481681912849fc1..7f44dc36744eaf2d86764da9890474952a358910 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| @@ -69,8 +69,7 @@ class StyleFetchedImageSet final : public StyleImage,
|
| void AddClient(LayoutObject*) override;
|
| void RemoveClient(LayoutObject*) override;
|
| PassRefPtr<Image> GetImage(const LayoutObject&,
|
| - const IntSize&,
|
| - float) const override;
|
| + const IntSize&) const override;
|
| float ImageScaleFactor() const override { return image_scale_factor_; }
|
| bool KnownToBeOpaque(const LayoutObject&) const override;
|
| ImageResourceContent* CachedImage() const override;
|
|
|