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

Unified Diff: mojo/gles2/gles2_context.h

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.cc ('k') | mojo/gles2/gles2_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gles2/gles2_context.h
diff --git a/mojo/gles2/gles2_context.h b/mojo/gles2/gles2_context.h
index 932a85eb46a40a32ef8081def84ed1075427e27d..52fdaebb811bd61f9e795f130d4bacce5faa97aa 100644
--- a/mojo/gles2/gles2_context.h
+++ b/mojo/gles2/gles2_context.h
@@ -9,6 +9,7 @@
#include "base/memory/scoped_ptr.h"
#include "gpu/command_buffer/client/gles2_implementation.h"
#include "mojo/gles2/command_buffer_client_impl.h"
+#include "mojo/public/c/gpu/MGL/mgl_echo.h"
#include "mojo/public/c/gpu/MGL/mgl_signal_sync_point.h"
#include "mojo/public/c/gpu/MGL/mgl_types.h"
@@ -38,6 +39,8 @@ class GLES2Context : public CommandBufferDelegate, public MGLContextPrivate {
}
gpu::ContextSupport* context_support() const { return implementation_.get(); }
+ void Echo(MGLEchoCallback callback, void* closure);
+
void SignalSyncPoint(uint32_t sync_point,
MGLSignalSyncPointCallback callback,
void* closure);
« no previous file with comments | « mojo/gles2/control_thunks_impl.cc ('k') | mojo/gles2/gles2_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698