| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| index 7bac5d3330c05207d65fe47767ec41dec4c79697..f79378c3f904e420328262c4f19fc0d6ca8da2f8 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -89,7 +89,7 @@ private:
|
|
|
| String filenameExtension() const override;
|
|
|
| - void setContainerSize(const IntSize&) override;
|
| + void setContainerSize(const IntSize&);
|
| IntSize containerSize() const;
|
| bool usesContainerSize() const override { return true; }
|
| void computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) override;
|
|
|