Index: third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.cc |
diff --git a/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.cc b/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.cc |
index db2bc819a3865c48e3b22d0f28a98da67e856504..e84bc91d865d8a496c04639301a3d269e2e54609 100644 |
--- a/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.cc |
+++ b/third_party/mojo/src/mojo/public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.cc |
@@ -13,7 +13,7 @@ static MojoGLES2ImplChromiumTextureMailboxThunks |
g_impl_chromium_texture_mailbox_thunks = {0}; |
#define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \ |
- ReturnType gl##Function PARAMETERS { \ |
+ ReturnType GL_APIENTRY gl##Function PARAMETERS { \ |
assert(g_impl_chromium_texture_mailbox_thunks.Function); \ |
return g_impl_chromium_texture_mailbox_thunks.Function ARGUMENTS; \ |
} |