| Index: third_party/WebKit/Source/modules/webgl/WebGLObject.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLObject.h b/third_party/WebKit/Source/modules/webgl/WebGLObject.h
|
| index 7ee20028cf693ce0ad1d94eaa32f1888459717ad..6fe0442298e365e767876869325286932dc2abce 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLObject.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLObject.h
|
| @@ -27,8 +27,8 @@
|
| #define WebGLObject_h
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "platform/graphics/GraphicsTypes3D.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "third_party/khronos/GLES2/gl2.h"
|
| #include "wtf/Assertions.h"
|
|
|
| namespace gpu {
|
|
|