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

Unified Diff: mojo/gles2/control_thunks_impl.h

Issue 1354353002: Add GetProcAddress to OpenGL control interface (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Review feedback addressed Created 5 years, 3 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/gles2/control_thunks_impl.cc » ('j') | mojo/public/c/gpu/MGL/mgl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | mojo/gles2/control_thunks_impl.cc » ('j') | mojo/public/c/gpu/MGL/mgl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698