| Index: third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.cpp
|
| index 5ba322953fba1705331338db8395f6b0ae564279..4e1f39f6604948d69f8c4c40bef3f490aeaa2651 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.cpp
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "core/animation/CSSPaintInterpolationType.h"
|
|
|
| +#include <memory>
|
| #include "core/animation/CSSColorInterpolationType.h"
|
| #include "core/animation/PaintPropertyFunctions.h"
|
| #include "core/css/resolver/StyleResolverState.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|