| Index: third_party/WebKit/Source/core/animation/PathInterpolationFunctions.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.cpp b/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.cpp
|
| index 3553ca8c3078437f55be93001ee09f57e6420c07..466c1b5c5e8a6c40f8a41944edd40a32d2aa23bb 100644
|
| --- a/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "core/animation/PathInterpolationFunctions.h"
|
|
|
| +#include <memory>
|
| #include "core/animation/InterpolatedSVGPathSource.h"
|
| #include "core/animation/InterpolationEnvironment.h"
|
| #include "core/animation/SVGPathSegInterpolationFunctions.h"
|
| @@ -13,7 +14,6 @@
|
| #include "core/svg/SVGPathByteStreamSource.h"
|
| #include "core/svg/SVGPathParser.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|