Index: third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_copy_texture_thunks.h |
diff --git a/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_copy_texture_thunks.h b/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_copy_texture_thunks.h |
index 372558bfa9500b9301db168dae8232304da86ed5..a165b8fd180e842b0e267801312f92857f8b542a 100644 |
--- a/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_copy_texture_thunks.h |
+++ b/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_copy_texture_thunks.h |
@@ -15,7 +15,7 @@ struct MojoGLES2ImplChromiumCopyTextureThunks { |
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_copy_texture_autogen.h" |
#undef VISIT_GL_CALL |
}; |