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

Unified Diff: mojo/gles2/control_thunks_impl.cc

Issue 1909133002: Add MGLEcho (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: git add Created 4 years, 8 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/control_thunks_impl.h ('k') | mojo/gles2/gles2_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gles2/control_thunks_impl.cc
diff --git a/mojo/gles2/control_thunks_impl.cc b/mojo/gles2/control_thunks_impl.cc
index ab0d48c52a6963cc3d4b6ba2c22f9d86cba876fa..0cb679a2c0d448ab2afb4faf3b4b34de3a085819 100644
--- a/mojo/gles2/control_thunks_impl.cc
+++ b/mojo/gles2/control_thunks_impl.cc
@@ -79,6 +79,10 @@ void* ControlThunksImpl::GetGLES2Interface(MGLContext context) {
return client->interface();
}
+void ControlThunksImpl::Echo(MGLEchoCallback callback, void* closure) {
+ current_context_tls_.Get()->Echo(callback, closure);
+}
+
void ControlThunksImpl::SignalSyncPoint(
uint32_t sync_point,
MGLSignalSyncPointCallback callback,
« no previous file with comments | « mojo/gles2/control_thunks_impl.h ('k') | mojo/gles2/gles2_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698