Index: gpu/command_buffer/common/gles2_cmd_format.h |
diff --git a/gpu/command_buffer/common/gles2_cmd_format.h b/gpu/command_buffer/common/gles2_cmd_format.h |
index 944edfd5d0c639a497b95107e9a8ff4f197da49a..d0faf14e5028f2d1a14a103db44abb332cbb7483 100644 |
--- a/gpu/command_buffer/common/gles2_cmd_format.h |
+++ b/gpu/command_buffer/common/gles2_cmd_format.h |
@@ -43,6 +43,7 @@ typedef void GLvoid; |
typedef khronos_intptr_t GLintptr; |
typedef khronos_ssize_t GLsizeiptr; |
typedef struct __GLsync *GLsync; |
+typedef uint64_t GLuint64; |
namespace gpu { |
namespace gles2 { |