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

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: Use deps instead of source 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 | « mojo/gles2/BUILD.gn ('k') | mojo/gles2/control_thunks_impl.cc » ('j') | no next file with comments »
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..c24093946882d4ecb805620495ac4ea7741b6b1b 100644
--- a/mojo/gles2/control_thunks_impl.h
+++ b/mojo/gles2/control_thunks_impl.h
@@ -45,6 +45,8 @@ class ControlThunksImpl {
void SwapBuffers();
+ MGLMustCastToProperFunctionPointerType GetProcAddress(const char* procname);
+
void* GetGLES2Interface(MGLContext context);
void SignalSyncPoint(uint32_t sync_point,
« no previous file with comments | « mojo/gles2/BUILD.gn ('k') | mojo/gles2/control_thunks_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698