| 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 c8edfe597b26c75b96a7660e350d92484f59b85a..f78fefd88f079859ac7488613b495193dfafe215 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -90,7 +90,6 @@ private:
|
|
|
| String filenameExtension() const override;
|
|
|
| - void setContainerSize(const IntSize&);
|
| IntSize containerSize() const;
|
| bool usesContainerSize() const override { return true; }
|
| void computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) override;
|
|
|