| Index: third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_image_thunks.cc
|
| diff --git a/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_image_thunks.cc b/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_image_thunks.cc
|
| index 5d9f8449a5a4aa6c4b595d0bbcd8b8ddc22b7e84..fc16eacfeac5f6b773f15a66824f11a84029f6e6 100644
|
| --- a/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_image_thunks.cc
|
| +++ b/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_image_thunks.cc
|
| @@ -12,7 +12,7 @@ extern "C" {
|
| static MojoGLES2ImplChromiumImageThunks g_impl_chromium_image_thunks = {0};
|
|
|
| #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
|
| - ReturnType gl##Function PARAMETERS { \
|
| + ReturnType GL_APIENTRY gl##Function PARAMETERS { \
|
| assert(g_impl_chromium_image_thunks.Function); \
|
| return g_impl_chromium_image_thunks.Function ARGUMENTS; \
|
| }
|
|
|