Index: third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.cpp |
diff --git a/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.cpp |
index cd81de4b7c327652df77ba857eef404ab595add5..c9ccfe07bba998344f3ff54bfdd434ded3c63feb 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.cpp |
+++ b/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.cpp |
@@ -4,6 +4,7 @@ |
#include "core/animation/CSSImageListInterpolationType.h" |
+#include <memory> |
#include "core/animation/CSSImageInterpolationType.h" |
#include "core/animation/ImageListPropertyFunctions.h" |
#include "core/animation/ListInterpolationFunctions.h" |
@@ -11,7 +12,6 @@ |
#include "core/css/CSSValueList.h" |
#include "core/css/resolver/StyleResolverState.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace blink { |