Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: mojo/public/platform/native/gles2_impl_chromium_sub_image_thunks.cc

Issue 1258693003: mojo: add GL_APIENTRY (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/public/platform/native/gles2_impl_chromium_sub_image_thunks.cc
diff --git a/mojo/public/platform/native/gles2_impl_chromium_sub_image_thunks.cc b/mojo/public/platform/native/gles2_impl_chromium_sub_image_thunks.cc
index eae24672af1a9b4561c04a9f519671f4b6e91e53..9b16e5d5be24e7c689a0c80efb0ef0e5145fd87d 100644
--- a/mojo/public/platform/native/gles2_impl_chromium_sub_image_thunks.cc
+++ b/mojo/public/platform/native/gles2_impl_chromium_sub_image_thunks.cc
@@ -13,7 +13,7 @@ static MojoGLES2ImplChromiumSubImageThunks g_impl_chromium_sub_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_sub_image_thunks.Function); \
return g_impl_chromium_sub_image_thunks.Function ARGUMENTS; \
}

Powered by Google App Engine
This is Rietveld 408576698