| Index: mojo/gles2/gles2_impl.cc
|
| diff --git a/mojo/gles2/gles2_impl.cc b/mojo/gles2/gles2_impl.cc
|
| index 94dbae7c32e54131aeb688c32f47a89b2280005a..d1a2e1a723f9ef92f1ea752f31bc2ae36f39a64a 100644
|
| --- a/mojo/gles2/gles2_impl.cc
|
| +++ b/mojo/gles2/gles2_impl.cc
|
| @@ -66,7 +66,7 @@ void MojoGLES2SignalSyncPoint(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; \
|
| }
|
|
|