Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.h |
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h |
index 372e6fdeb3178800a65eb6dae3a268c0d03652d5..d68317b737156ada77971421e79ebe8ea940877f 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h |
@@ -28,6 +28,7 @@ |
#ifndef GraphicsContext_h |
#define GraphicsContext_h |
+#include <memory> |
#include "platform/PlatformExport.h" |
#include "platform/fonts/Font.h" |
#include "platform/graphics/ColorBehavior.h" |
@@ -45,7 +46,6 @@ |
#include "wtf/Allocator.h" |
#include "wtf/Forward.h" |
#include "wtf/Noncopyable.h" |
-#include <memory> |
class SkPath; |
class SkRRect; |