| 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..61063d43bb187650df4f52cf502bcaca6ed0b6bd 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"
|
| @@ -12,8 +13,7 @@
|
| #include "core/svg/SVGPathByteStreamBuilder.h"
|
| #include "core/svg/SVGPathByteStreamSource.h"
|
| #include "core/svg/SVGPathParser.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|