| Index: third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| index a42c2ecae77c5e010296efd893d2a037498fa78a..f68cb0aa84c4dfaabfd8ca2be9da95fa298d69d6 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef CSSColorInterpolationType_h
|
| #define CSSColorInterpolationType_h
|
|
|
| +#include <memory>
|
| #include "core/CSSValueKeywords.h"
|
| #include "core/animation/CSSInterpolationType.h"
|
| #include "platform/graphics/Color.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|