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

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: 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
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..6ca05cdf966d9dad37350d5b6897a4d9abfb0211 100644
--- a/mojo/gles2/control_thunks_impl.h
+++ b/mojo/gles2/control_thunks_impl.h
@@ -45,6 +45,8 @@ class ControlThunksImpl {
void SwapBuffers();
+ MGLFunctionPointerType GetProcAddress(const char* procname);
+
void* GetGLES2Interface(MGLContext context);
void SignalSyncPoint(uint32_t sync_point,

Powered by Google App Engine
This is Rietveld 408576698