| Index: third_party/WebKit/Source/core/animation/LegacyStyleInterpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/LegacyStyleInterpolation.h b/third_party/WebKit/Source/core/animation/LegacyStyleInterpolation.h
|
| index b8723a9cf13a2abd96a18dc8d0677d57e45aabf9..82b7b8cc05eb6bd9b87db71e9e749aaa3738cd79 100644
|
| --- a/third_party/WebKit/Source/core/animation/LegacyStyleInterpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/LegacyStyleInterpolation.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef LegacyStyleInterpolation_h
|
| #define LegacyStyleInterpolation_h
|
|
|
| +#include <memory>
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/CoreExport.h"
|
| #include "core/animation/Interpolation.h"
|
| #include "core/animation/PropertyHandle.h"
|
| #include "core/css/resolver/AnimatedStyleBuilder.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|