| Index: third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp b/third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp
|
| index ca1fff33ee8d3f9502ca0d92c1425339fe2f27e0..0a2a64c19181ec5c821da41e125391b4e9340ac2 100644
|
| --- a/third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "core/animation/ShadowInterpolationFunctions.h"
|
|
|
| +#include <memory>
|
| #include "core/animation/CSSColorInterpolationType.h"
|
| #include "core/animation/InterpolationValue.h"
|
| #include "core/animation/LengthInterpolationFunctions.h"
|
| @@ -13,7 +14,6 @@
|
| #include "core/css/resolver/StyleResolverState.h"
|
| #include "core/style/ShadowData.h"
|
| #include "platform/geometry/FloatPoint.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|