Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
index 7934c335ce370e5b347f5e2c3021eadb5bce80a4..aaa8c092840a68081f1f232faaf2759eff5bc6eb 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
@@ -27,6 +27,7 @@ |
#ifndef GraphicsLayer_h |
#define GraphicsLayer_h |
+#include <memory> |
#include "cc/layers/layer_client.h" |
#include "platform/PlatformExport.h" |
#include "platform/geometry/FloatPoint.h" |
@@ -52,7 +53,6 @@ |
#include "third_party/skia/include/core/SkFilterQuality.h" |
#include "third_party/skia/include/core/SkRefCnt.h" |
#include "wtf/Vector.h" |
-#include <memory> |
namespace blink { |