| Index: Source/core/html/canvas/WebGLRenderingContext.cpp
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContext.cpp b/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| index af226768f83aa050a705a04a7645d0b00b7a2038..c6ed7a4e7838970ca44b533960a773c0aafc56e0 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| +++ b/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| @@ -30,7 +30,6 @@
|
| #include "CachedImage.h"
|
| #include "CheckedInt.h"
|
| #include "DOMWindow.h"
|
| -#include "DrawingBuffer.h"
|
| #include "EXTDrawBuffers.h"
|
| #include "EXTTextureFilterAnisotropic.h"
|
| #include "ExceptionCode.h"
|
| @@ -73,6 +72,7 @@
|
| #include "core/platform/graphics/Extensions3D.h"
|
| #include "core/platform/graphics/ImageBuffer.h"
|
| #include "core/platform/graphics/IntSize.h"
|
| +#include "core/platform/graphics/gpu/DrawingBuffer.h"
|
|
|
| #include <wtf/OwnArrayPtr.h>
|
| #include <wtf/PassOwnArrayPtr.h>
|
|
|