| Index: third_party/WebKit/Source/core/svg/SVGPathElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathElement.cpp b/third_party/WebKit/Source/core/svg/SVGPathElement.cpp
|
| index d2ef6546dcf1d3244a4d853c4e5e2946e46b0349..22631de76f6e7a3672717742aa4e99a7e73c3a15 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathElement.cpp
|
| @@ -70,6 +70,11 @@ DEFINE_TRACE(SVGPathElement)
|
|
|
| DEFINE_NODE_FACTORY(SVGPathElement)
|
|
|
| +Path SVGPathElement::attributePath() const
|
| +{
|
| + return m_path->currentValue()->stylePath()->path();
|
| +}
|
| +
|
| const StylePath* SVGPathElement::stylePath() const
|
| {
|
| if (LayoutObject* layoutObject = this->layoutObject()) {
|
|
|