| Index: mojo/public/platform/native/gles2_impl_chromium_sub_image_thunks.h
|
| diff --git a/mojo/public/platform/native/gles2_impl_chromium_sub_image_thunks.h b/mojo/public/platform/native/gles2_impl_chromium_sub_image_thunks.h
|
| index af37a91c37d7eef759b710d48f82a33cfe908d3c..cc8778d117fede52ba9852ec32bd1809595b4f88 100644
|
| --- a/mojo/public/platform/native/gles2_impl_chromium_sub_image_thunks.h
|
| +++ b/mojo/public/platform/native/gles2_impl_chromium_sub_image_thunks.h
|
| @@ -15,7 +15,7 @@ struct MojoGLES2ImplChromiumSubImageThunks {
|
| 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_sub_image_autogen.h"
|
| #undef VISIT_GL_CALL
|
| };
|
|
|