| Index: mojo/public/platform/native/gles2_impl_chromium_resize_thunks.h
|
| diff --git a/mojo/public/platform/native/gles2_impl_chromium_resize_thunks.h b/mojo/public/platform/native/gles2_impl_chromium_resize_thunks.h
|
| index f9af8fcf606d38ce4d878fe905ae0dc0e72d09fc..55d87e994e1b40276325a5ff28fcec8fdad99e35 100644
|
| --- a/mojo/public/platform/native/gles2_impl_chromium_resize_thunks.h
|
| +++ b/mojo/public/platform/native/gles2_impl_chromium_resize_thunks.h
|
| @@ -15,7 +15,7 @@ struct MojoGLES2ImplChromiumResizeThunks {
|
| 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_resize_autogen.h"
|
| #undef VISIT_GL_CALL
|
| };
|
|
|