| Index: third_party/WebKit/Source/core/animation/SVGInterpolationTypesMap.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGInterpolationTypesMap.cpp b/third_party/WebKit/Source/core/animation/SVGInterpolationTypesMap.cpp
|
| index daeb1c9e01afd099e10557c69fb8a9412f1a3176..4fd76fa7aa8666d76f7ae2ca7c841b5940017640 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGInterpolationTypesMap.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/SVGInterpolationTypesMap.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "core/animation/SVGInterpolationTypesMap.h"
|
|
|
| +#include <memory>
|
| #include "core/HTMLNames.h"
|
| #include "core/animation/SVGAngleInterpolationType.h"
|
| #include "core/animation/SVGIntegerInterpolationType.h"
|
| @@ -20,7 +21,6 @@
|
| #include "core/animation/SVGValueInterpolationType.h"
|
| #include "core/css/CSSPropertyMetadata.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|