| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h
|
| index 9c7adb087810f77a40216b6f4a116b9ec2452168..6942444dab4b766c5cf786c5477deb890a865c7b 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h
|
| @@ -132,10 +132,6 @@ class LayoutSVGShape : public LayoutSVGModelObject {
|
| const WindRule fillRule = RULE_NONZERO);
|
| bool strokeContains(const FloatPoint&, bool requiresStroke = true);
|
|
|
| - const AffineTransform& localToSVGParentTransform() const final {
|
| - return m_localTransform;
|
| - }
|
| -
|
| bool isOfType(LayoutObjectType type) const override {
|
| return type == LayoutObjectSVGShape || LayoutSVGModelObject::isOfType(type);
|
| }
|
|
|