| Index: third_party/WebKit/Source/core/svg/SVGPath.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPath.cpp b/third_party/WebKit/Source/core/svg/SVGPath.cpp
|
| index 2ee72a5f43ad2f5d1a95b3e469b9490d94e4157f..8d250a917a6726048bd7071603bfc73a6b320113 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPath.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPath.cpp
|
| @@ -23,6 +23,7 @@
|
|
|
| #include "core/svg/SVGPath.h"
|
|
|
| +#include <memory>
|
| #include "core/SVGNames.h"
|
| #include "core/svg/SVGAnimationElement.h"
|
| #include "core/svg/SVGPathBlender.h"
|
| @@ -31,7 +32,6 @@
|
| #include "core/svg/SVGPathByteStreamSource.h"
|
| #include "core/svg/SVGPathUtilities.h"
|
| #include "platform/graphics/Path.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|