Index: third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp |
diff --git a/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp |
index 5602d3c7842a789065adf0acb7b4a5210cab54c1..676746e868b5104587f1512178bc89f8341a5fee 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp |
+++ b/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp |
@@ -4,12 +4,12 @@ |
#include "core/animation/CSSTranslateInterpolationType.h" |
+#include <memory> |
#include "core/animation/LengthInterpolationFunctions.h" |
#include "core/css/CSSValueList.h" |
#include "core/css/resolver/StyleResolverState.h" |
#include "platform/transforms/TranslateTransformOperation.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace blink { |