Index: gpu/GLES2/gl2extchromium.h |
diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h |
index db4f12ff90755fe63dceeeec99a2c468092a7d9d..0bdf7174f17661920fbaec915204612fda881a81 100644 |
--- a/gpu/GLES2/gl2extchromium.h |
+++ b/gpu/GLES2/gl2extchromium.h |
@@ -692,6 +692,15 @@ typedef void(GL_APIENTRYP PFNGLSCHEDULEOVERLAYPLANECHROMIUMPROC)( |
GLfloat uv_height); |
#endif /* GL_CHROMIUM_schedule_overlay_plane */ |
+/* GL_CHROMIUM_sync_query */ |
piman
2014/04/15 22:41:12
Can you write an extension for this? They go in gp
reveman
2014/04/16 01:28:47
Done.
|
+#ifndef GL_CHROMIUM_sync_query |
+#define GL_CHROMIUM_sync_query 1 |
+ |
+#ifndef GL_COMMANDS_COMPLETED_CHROMIUM |
+#define GL_COMMANDS_COMPLETED_CHROMIUM 0x84F7 |
+#endif |
+#endif /* GL_CHROMIUM_sync_query */ |
+ |
#ifdef __cplusplus |
} |
#endif |