| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h
|
| index ca33e6a15447dcdae5a48e2a587b9521ffdca286..22688fce9c34e8f95e2a574ce8ddb6fb6a1e805b 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h
|
| @@ -44,10 +44,6 @@ class LayoutSVGImage final : public LayoutSVGModelObject {
|
| return m_imageResource.get();
|
| }
|
|
|
| - const AffineTransform& localToSVGParentTransform() const override {
|
| - return m_localTransform;
|
| - }
|
| -
|
| FloatRect objectBoundingBox() const override { return m_objectBoundingBox; }
|
| bool isOfType(LayoutObjectType type) const override {
|
| return type == LayoutObjectSVGImage || LayoutSVGModelObject::isOfType(type);
|
|
|