| Index: third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathElement.h b/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| index c8c1d40e124e34fca512766b9c88861e96e193b2..c50a3e5b4a869fe4183d96fa0b41fb39a54e5fa6 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| @@ -25,7 +25,6 @@
|
| #include "core/svg/SVGAnimatedNumber.h"
|
| #include "core/svg/SVGAnimatedPath.h"
|
| #include "core/svg/SVGGeometryElement.h"
|
| -#include "core/svg/SVGPathByteStream.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
| @@ -41,10 +40,9 @@ public:
|
| PassRefPtrWillBeRawPtr<SVGPointTearOff> getPointAtLength(float distance);
|
| unsigned getPathSegAtLength(float distance);
|
|
|
| + SVGAnimatedPath* path() { return m_path.get(); }
|
| SVGAnimatedNumber* pathLength() { return m_pathLength.get(); }
|
|
|
| - const SVGPathByteStream& pathByteStream() const { return m_path->currentValue()->byteStream(); }
|
| -
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|