| Index: third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_image_thunks.h
|
| diff --git a/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_image_thunks.h b/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_image_thunks.h
|
| index 5e5662d0e0392d3342f9d82b2a9afb0bb4e21103..9a2706c705721592e2d5d5e9ed0cbc02ff6a6f40 100644
|
| --- a/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_image_thunks.h
|
| +++ b/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_image_thunks.h
|
| @@ -15,7 +15,7 @@ struct MojoGLES2ImplChromiumImageThunks {
|
| 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_image_autogen.h"
|
| #undef VISIT_GL_CALL
|
| };
|
|
|