Index: third_party/mojo/src/mojo/public/platform/native/gles2_impl_thunks.h |
diff --git a/third_party/mojo/src/mojo/public/platform/native/gles2_impl_thunks.h b/third_party/mojo/src/mojo/public/platform/native/gles2_impl_thunks.h |
index 04174faa909ca17283a09c84b7e12838e4819b06..47765f2ffa24e8dc6c0da16c1f8f3f47231a68a7 100644 |
--- a/third_party/mojo/src/mojo/public/platform/native/gles2_impl_thunks.h |
+++ b/third_party/mojo/src/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 |
}; |