| Index: third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_sync_point_thunks.h
|
| diff --git a/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_sync_point_thunks.h b/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_sync_point_thunks.h
|
| index af6817e8c5305a091bbf4aa9c24d9f21c9dc4f9f..2e9876ac4039e5aad4fdceb949987f8fb9f11565 100644
|
| --- a/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_sync_point_thunks.h
|
| +++ b/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_sync_point_thunks.h
|
| @@ -15,7 +15,7 @@ struct MojoGLES2ImplChromiumSyncPointThunks {
|
| 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_sync_point_autogen.h"
|
| #undef VISIT_GL_CALL
|
| };
|
|
|