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

Unified Diff: mojo/public/platform/native/gles2_impl_chromium_resize_thunks.h

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_resize_thunks.h
diff --git a/mojo/public/platform/native/gles2_impl_chromium_resize_thunks.h b/mojo/public/platform/native/gles2_impl_chromium_resize_thunks.h
index f9af8fcf606d38ce4d878fe905ae0dc0e72d09fc..55d87e994e1b40276325a5ff28fcec8fdad99e35 100644
--- a/mojo/public/platform/native/gles2_impl_chromium_resize_thunks.h
+++ b/mojo/public/platform/native/gles2_impl_chromium_resize_thunks.h
@@ -15,7 +15,7 @@ struct MojoGLES2ImplChromiumResizeThunks {
size_t size; // Should be set to sizeof(*this).
#define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
- ReturnType(*Function) PARAMETERS;
+ ReturnType(GL_APIENTRY *Function) PARAMETERS;
#include "mojo/public/c/gles2/gles2_call_visitor_chromium_resize_autogen.h"
#undef VISIT_GL_CALL
};

Powered by Google App Engine
This is Rietveld 408576698