Index: third_party/WebKit/Source/platform/graphics/CompositorMutatorClient.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutatorClient.cpp b/third_party/WebKit/Source/platform/graphics/CompositorMutatorClient.cpp |
index f0344194d387cffe88dfb9a80c86baf90bcde12d..7c64ee98cbfb5e987b2f3f9b9f08eef7c1699f4a 100644 |
--- a/third_party/WebKit/Source/platform/graphics/CompositorMutatorClient.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/CompositorMutatorClient.cpp |
@@ -4,6 +4,7 @@ |
#include "platform/graphics/CompositorMutatorClient.h" |
+#include <memory> |
#include "base/bind.h" |
#include "base/callback.h" |
#include "base/trace_event/trace_event.h" |
@@ -13,7 +14,6 @@ |
#include "platform/graphics/CompositorMutationsTarget.h" |
#include "platform/graphics/CompositorMutator.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace blink { |