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

Unified Diff: mojo/public/platform/native/gles2_impl_chromium_extension_thunks.cc

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/cpp/utility/tests/thread_unittest.cc ('k') | mojo/public/platform/native/gles2_impl_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_impl_chromium_extension_thunks.cc
diff --git a/mojo/public/platform/native/gles2_impl_chromium_extension_thunks.cc b/mojo/public/platform/native/gles2_impl_chromium_extension_thunks.cc
index 0296d79f319bad85a84e7d6e1a4f2c4663723704..aec6f8c5499872ee79e422a48b6d6fa36676e035 100644
--- a/mojo/public/platform/native/gles2_impl_chromium_extension_thunks.cc
+++ b/mojo/public/platform/native/gles2_impl_chromium_extension_thunks.cc
@@ -5,6 +5,7 @@
#include "mojo/public/platform/native/gles2_impl_chromium_extension_thunks.h"
#include <assert.h>
+#include <stddef.h>
#include "mojo/public/platform/native/thunk_export.h"
« no previous file with comments | « mojo/public/cpp/utility/tests/thread_unittest.cc ('k') | mojo/public/platform/native/gles2_impl_thunks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698