| Index: mojo/public/platform/native/gles2_impl_chromium_miscellaneous_thunks.h
|
| diff --git a/mojo/public/platform/native/gles2_impl_chromium_miscellaneous_thunks.h b/mojo/public/platform/native/gles2_impl_chromium_miscellaneous_thunks.h
|
| index d71b3d226d8b7a6606b4d6617eb16af4ce9c4dfa..853a8420972b8b7ba7ac7608a5e90a6db70c2622 100644
|
| --- a/mojo/public/platform/native/gles2_impl_chromium_miscellaneous_thunks.h
|
| +++ b/mojo/public/platform/native/gles2_impl_chromium_miscellaneous_thunks.h
|
| @@ -15,7 +15,7 @@ struct MojoGLES2ImplChromiumMiscellaneousThunks {
|
| 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_miscellaneous_autogen.h"
|
| #undef VISIT_GL_CALL
|
| };
|
|
|