| Index: mojo/gles2/gles2_impl.cc
|
| diff --git a/mojo/gles2/gles2_impl.cc b/mojo/gles2/gles2_impl.cc
|
| index b031f945cb5e01df64077ac78a0d910dd4d8cf13..4f308e94df4d6c80cb9049867be5598f8c51de25 100644
|
| --- a/mojo/gles2/gles2_impl.cc
|
| +++ b/mojo/gles2/gles2_impl.cc
|
| @@ -76,7 +76,7 @@ void* MojoGLES2GetContextSupport(MojoGLES2Context context) {
|
| }
|
|
|
| #define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
|
| - ReturnType gl##Function PARAMETERS { \
|
| + ReturnType GL_APIENTRY gl##Function PARAMETERS { \
|
| DCHECK(g_gpu_interface.Get().Get()); \
|
| return g_gpu_interface.Get().Get()->Function ARGUMENTS; \
|
| }
|
|
|