| 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 903b9a84383b2ed65e2fca9774bc07511c74b01d..71949e7e885815823aff1c97aa03b921995882bf 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -94,7 +94,6 @@ private:
|
|
|
| IntSize containerSize() const;
|
| bool usesContainerSize() const override { return true; }
|
| - void computeIntrinsicDimensions(FloatSize& intrinsicSize, FloatSize& intrinsicRatio) override;
|
|
|
| bool dataChanged(bool allDataReceived) override;
|
|
|
|
|