Index: third_party/WebKit/Source/platform/graphics/ImageBuffer.h |
diff --git a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h |
index 8e38810f63f7ed3e17e92cbd281fe7d9e1377f40..e1f75fb539ccb4e3340a7a589abdbe36b06b2c73 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h |
+++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h |
@@ -28,6 +28,7 @@ |
#ifndef ImageBuffer_h |
#define ImageBuffer_h |
+#include <memory> |
#include "platform/PlatformExport.h" |
#include "platform/geometry/FloatRect.h" |
#include "platform/geometry/IntSize.h" |
@@ -44,7 +45,6 @@ |
#include "wtf/Vector.h" |
#include "wtf/text/WTFString.h" |
#include "wtf/typed_arrays/Uint8ClampedArray.h" |
-#include <memory> |
namespace gpu { |
namespace gles2 { |