| Index: third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp
|
| index 33019b66467eeef965980b9eb273c382ced87ff0..ae1c5c187a9533e805dd947effce42f692abf1da 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "core/animation/CSSTransformInterpolationType.h"
|
|
|
| +#include <memory>
|
| #include "core/animation/LengthUnitsChecker.h"
|
| #include "core/css/CSSFunctionValue.h"
|
| #include "core/css/CSSPrimitiveValue.h"
|
| @@ -12,8 +13,7 @@
|
| #include "core/css/resolver/TransformBuilder.h"
|
| #include "platform/transforms/TransformOperations.h"
|
| #include "platform/transforms/TranslateTransformOperation.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|