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

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

Issue 1258693003: mojo: add GL_APIENTRY (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 months 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
Index: mojo/public/platform/native/gles2_impl_thunks.h
diff --git a/mojo/public/platform/native/gles2_impl_thunks.h b/mojo/public/platform/native/gles2_impl_thunks.h
index 04174faa909ca17283a09c84b7e12838e4819b06..47765f2ffa24e8dc6c0da16c1f8f3f47231a68a7 100644
--- a/mojo/public/platform/native/gles2_impl_thunks.h
+++ b/mojo/public/platform/native/gles2_impl_thunks.h
@@ -17,7 +17,7 @@ struct MojoGLES2ImplThunks {
size_t size; // Should be set to sizeof(MojoGLES2ImplThunks).
#define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
- ReturnType(*Function) PARAMETERS;
+ ReturnType(GL_APIENTRY *Function) PARAMETERS;
#include "mojo/public/c/gles2/gles2_call_visitor_autogen.h"
#undef VISIT_GL_CALL
};
« no previous file with comments | « mojo/public/platform/native/gles2_impl_occlusion_query_ext_thunks.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