| 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..1584ce6bc8d66dde1991ee4853f90ab1663cf4b8 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
|
| @@ -31,8 +31,8 @@
|
| #include "third_party/khronos/GLES2/gl2ext.h"
|
| #endif
|
|
|
| -#include "wtf/Forward.h"
|
| #include <stdint.h>
|
| +#include "platform/wtf/Forward.h"
|
|
|
| // WebGL-specific enums
|
| const unsigned GC3D_UNPACK_FLIP_Y_WEBGL = 0x9240;
|
|
|