| 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 b967171ef7eaaa503f805f4cca17ac8717e9f088..274dd96676954690acf2532483fcc007b2855bf4 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"
|
| @@ -48,12 +50,11 @@
|
| #include "public/platform/WebExternalBitmap.h"
|
| #include "public/platform/WebExternalTextureLayer.h"
|
| #include "skia/ext/texture_handle.h"
|
| +#include "third_party/skia/include/core/SkSurface.h"
|
| #include "third_party/skia/include/gpu/GrContext.h"
|
| #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 {
|
|
|
|
|