| Index: third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h b/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
|
| index 01a8bd1fd408a133f197a2e00765bb63be3f51ee..2837afb34cf2f259d93200125e20e6d24ab98058 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
|
| @@ -27,12 +27,12 @@
|
| #define GraphicsTypes3D_h
|
|
|
| #ifndef __glext_h_
|
| -#include "third_party/khronos/GLES3/gl3.h"
|
| #include "third_party/khronos/GLES2/gl2ext.h"
|
| +#include "third_party/khronos/GLES3/gl3.h"
|
| #endif
|
|
|
| -#include "wtf/Forward.h"
|
| #include <stdint.h>
|
| +#include "wtf/Forward.h"
|
|
|
| // WebGL-specific enums
|
| const unsigned GC3D_UNPACK_FLIP_Y_WEBGL = 0x9240;
|
|
|