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

Unified Diff: mojo/gles2/gles2_impl.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
« no previous file with comments | « no previous file | mojo/public/platform/native/gles2_impl_chromium_copy_texture_thunks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; \
}
« no previous file with comments | « no previous file | mojo/public/platform/native/gles2_impl_chromium_copy_texture_thunks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698