| Index: third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp
|
| index b26297c03085fd58e3d83d46b5fb4abf1f0ce7ec..b4f2d4bffd5b825637064fd0f5c1de38a0527b19 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "core/animation/CSSLengthListInterpolationType.h"
|
|
|
| +#include <memory>
|
| #include "core/animation/LengthInterpolationFunctions.h"
|
| #include "core/animation/LengthListPropertyFunctions.h"
|
| #include "core/animation/ListInterpolationFunctions.h"
|
| @@ -11,8 +12,7 @@
|
| #include "core/css/CSSPrimitiveValue.h"
|
| #include "core/css/CSSValueList.h"
|
| #include "core/css/resolver/StyleResolverState.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|