summaryrefslogtreecommitdiffstats
path: root/opengl/libs/glestrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/libs/glestrace.h')
-rw-r--r--opengl/libs/glestrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/glestrace.h b/opengl/libs/glestrace.h
index 5cfacd4..a08f97b 100644
--- a/opengl/libs/glestrace.h
+++ b/opengl/libs/glestrace.h
@@ -25,7 +25,7 @@ namespace android {
/* Hooks to be called by "interesting" EGL functions. */
void GLTrace_eglCreateContext(int version, EGLContext c);
-void GLTrace_eglMakeCurrent(unsigned version, gl_hooks_t *hooks);
+void GLTrace_eglMakeCurrent(unsigned version, gl_hooks_t *hooks, EGLContext c);
void GLTrace_eglReleaseThread();
void GLTrace_eglSwapBuffers(void*, void*);