| Index: mojo/public/platform/native/gles2_impl_chromium_copy_texture_thunks.cc
|
| diff --git a/mojo/public/platform/native/gles2_impl_chromium_copy_texture_thunks.cc b/mojo/public/platform/native/gles2_impl_chromium_copy_texture_thunks.cc
|
| index 22b5d4b9e88f5ff6dc5127e8b13de3fe866377cf..c2c1dfef857f880dc4b1a6af191d949b76f41403 100644
|
| --- a/mojo/public/platform/native/gles2_impl_chromium_copy_texture_thunks.cc
|
| +++ b/mojo/public/platform/native/gles2_impl_chromium_copy_texture_thunks.cc
|
| @@ -12,7 +12,7 @@ extern "C" {
|
| static MojoGLES2ImplChromiumCopyTextureThunks g_impl_chromium_copy_texture_thunks = {0};
|
|
|
| #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
|
| - ReturnType gl##Function PARAMETERS { \
|
| + ReturnType GL_APIENTRY gl##Function PARAMETERS { \
|
| assert(g_impl_chromium_copy_texture_thunks.Function); \
|
| return g_impl_chromium_copy_texture_thunks.Function ARGUMENTS; \
|
| }
|
|
|