Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1007)

Unified Diff: mojo/public/platform/native/gles2_thunks.h

Issue 1543603002: Switch to standard integer types in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/platform/native/gles2_impl_thunks.cc ('k') | mojo/public/platform/native/gles2_thunks.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/platform/native/gles2_thunks.h
diff --git a/mojo/public/platform/native/gles2_thunks.h b/mojo/public/platform/native/gles2_thunks.h
index c9d30f5e75be3b423b9538fbe5f311332c17641a..b94d3f96e8dbdf0c704f1f65f7efef97e7cb5cb2 100644
--- a/mojo/public/platform/native/gles2_thunks.h
+++ b/mojo/public/platform/native/gles2_thunks.h
@@ -6,6 +6,7 @@
#define MOJO_PUBLIC_PLATFORM_NATIVE_GLES2_THUNKS_H_
#include <stddef.h>
+#include <stdint.h>
#include "mojo/public/c/gles2/gles2.h"
« no previous file with comments | « mojo/public/platform/native/gles2_impl_thunks.cc ('k') | mojo/public/platform/native/gles2_thunks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698