Index: third_party/WebKit/Source/core/animation/FilterInterpolationFunctions.cpp |
diff --git a/third_party/WebKit/Source/core/animation/FilterInterpolationFunctions.cpp b/third_party/WebKit/Source/core/animation/FilterInterpolationFunctions.cpp |
index 397f1b950979d7e54d9d8e3237e30cdc50c0c66e..137be83cf93ab8e8f58e16731ab04b99608a8b7c 100644 |
--- a/third_party/WebKit/Source/core/animation/FilterInterpolationFunctions.cpp |
+++ b/third_party/WebKit/Source/core/animation/FilterInterpolationFunctions.cpp |
@@ -4,6 +4,7 @@ |
#include "core/animation/FilterInterpolationFunctions.h" |
+#include <memory> |
#include "core/animation/LengthInterpolationFunctions.h" |
#include "core/animation/ShadowInterpolationFunctions.h" |
#include "core/css/CSSFunctionValue.h" |
@@ -12,7 +13,6 @@ |
#include "core/css/resolver/StyleResolverState.h" |
#include "core/style/FilterOperations.h" |
#include "core/style/ShadowData.h" |
-#include <memory> |
namespace blink { |