Index: ui/gl/gl_bindings.h |
diff --git a/ui/gl/gl_bindings.h b/ui/gl/gl_bindings.h |
index 699d9fe5fe3553fa08b4ec3da429f809618b8a61..b570d00f75e35769eb0af361dc1d873a413b5044 100644 |
--- a/ui/gl/gl_bindings.h |
+++ b/ui/gl/gl_bindings.h |
@@ -5,6 +5,8 @@ |
#ifndef UI_GL_GL_BINDINGS_H_ |
#define UI_GL_GL_BINDINGS_H_ |
+#include <stdint.h> |
+ |
#include <string> |
// Includes the platform independent and platform dependent GL headers. |
@@ -369,7 +371,7 @@ typedef struct osmesa_context *OSMesaContext; |
typedef void (*OSMESAproc)(); |
// Forward declare EGL types. |
-typedef uint64 EGLuint64CHROMIUM; |
+typedef uint64_t EGLuint64CHROMIUM; |
#include "gl_bindings_autogen_gl.h" |
#include "gl_bindings_autogen_osmesa.h" |