Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp |
index 7be1e65ab517dccbc46685103cf448c47bca204a..377ade10c7a48631debcf000b610d649bab77478 100644 |
--- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp |
@@ -30,6 +30,8 @@ |
#include "platform/graphics/gpu/DrawingBuffer.h" |
+#include <algorithm> |
+#include <memory> |
#include "cc/resources/shared_bitmap.h" |
#include "gpu/GLES2/gl2extchromium.h" |
#include "gpu/command_buffer/client/gles2_interface.h" |
@@ -52,8 +54,6 @@ |
#include "third_party/skia/include/gpu/gl/GrGLTypes.h" |
#include "wtf/CheckedNumeric.h" |
#include "wtf/typed_arrays/ArrayBufferContents.h" |
-#include <algorithm> |
-#include <memory> |
namespace blink { |