| Index: third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp
|
| index 72d72c3b4bcdf707ab77e86c5dfb9aa253ad8fd7..42031510a67d0a83d2e1406118550c335f54bb80 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "core/animation/CSSShadowListInterpolationType.h"
|
|
|
| +#include <memory>
|
| #include "core/animation/ListInterpolationFunctions.h"
|
| #include "core/animation/ShadowInterpolationFunctions.h"
|
| #include "core/animation/ShadowListPropertyFunctions.h"
|
| @@ -12,8 +13,7 @@
|
| #include "core/css/resolver/StyleBuilder.h"
|
| #include "core/css/resolver/StyleResolverState.h"
|
| #include "core/style/ShadowList.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|