| Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| index 0ec433698eb200967e720a8baf3e32f7bff34357..c8bfa4cca18da24e7e0f7823f1700a017695e035 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| @@ -40,11 +40,11 @@
|
| #include "modules/webgl/WebGLTexture.h"
|
| #include "modules/webgl/WebGLVertexArrayObjectBase.h"
|
| #include "platform/Timer.h"
|
| -#include "platform/graphics/GraphicsTypes3D.h"
|
| #include "platform/graphics/ImageBuffer.h"
|
| #include "platform/graphics/gpu/DrawingBuffer.h"
|
| #include "platform/graphics/gpu/Extensions3DUtil.h"
|
| #include "platform/graphics/gpu/WebGLImageConversion.h"
|
| +#include "third_party/khronos/GLES2/gl2.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
|
|