| 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 416f2658dfd8b4c4cfd2f265aa2727819a9952ce..0a5f77d30ae1f9adb29969e09a7db60fbab13e76 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;
|
|
|