| Index: third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.h b/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.h
|
| index 6cce892b555974420fe36be79ff19c62da5c2a5f..b0004ab9956e269ced131184563c4e5124609815 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.h
|
| @@ -9,12 +9,12 @@
|
| #include "platform/graphics/Image.h"
|
| #include "platform/graphics/skia/ImagePixelLocker.h"
|
| #include "platform/heap/Heap.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Optional.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
| #include "third_party/khronos/GLES2/gl2ext.h"
|
| #include "third_party/khronos/GLES3/gl3.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Optional.h"
|
| -#include "wtf/RefPtr.h"
|
|
|
| namespace blink {
|
| class Image;
|
|
|