Index: third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.h |
diff --git a/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.h b/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.h |
index 839e4419a04ad2ae17ac7e0768ac3fa19eebcf4a..4574e72ea209f3e538f884637892a406706a28b0 100644 |
--- a/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.h |
+++ b/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.h |
@@ -15,7 +15,7 @@ struct MojoGLES2ImplChromiumTextureMailboxThunks { |
size_t size; // Should be set to sizeof(*this). |
#define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \ |
- ReturnType(*Function) PARAMETERS; |
+ ReturnType(GL_APIENTRY *Function) PARAMETERS; |
#include "mojo/public/c/gles2/gles2_call_visitor_chromium_texture_mailbox_autogen.h" |
#undef VISIT_GL_CALL |
}; |