Index: mojo/gles2/control_thunks_impl.h |
diff --git a/mojo/gles2/control_thunks_impl.h b/mojo/gles2/control_thunks_impl.h |
index 95b9c08f9466c48ffa1e08db12b3367c8da880f8..8aac0b8c4b8719b2824df22743b9a9c1618af9db 100644 |
--- a/mojo/gles2/control_thunks_impl.h |
+++ b/mojo/gles2/control_thunks_impl.h |
@@ -45,6 +45,8 @@ class ControlThunksImpl { |
void SwapBuffers(); |
+ void* GetProcAddress(const char* procname); |
+ |
void* GetGLES2Interface(MGLContext context); |
void SignalSyncPoint(uint32_t sync_point, |