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

Unified Diff: mojo/gles2/command_buffer_client_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/command_buffer_client_impl.h ('k') | mojo/gles2/control_thunks_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gles2/command_buffer_client_impl.cc
diff --git a/mojo/gles2/command_buffer_client_impl.cc b/mojo/gles2/command_buffer_client_impl.cc
index 769d81a2bfc618dcbc403933e3563824b0ece62b..cd51bd50ef3dbe5bad5f37e5a3e1a55b608d08f9 100644
--- a/mojo/gles2/command_buffer_client_impl.cc
+++ b/mojo/gles2/command_buffer_client_impl.cc
@@ -267,6 +267,10 @@ int32_t CommandBufferClientImpl::CreateGpuMemoryBufferImage(
return -1;
}
+void CommandBufferClientImpl::Echo(const base::Closure& callback) {
+ command_buffer_->Echo(callback);
+}
+
uint32_t CommandBufferClientImpl::InsertSyncPoint() {
command_buffer_->InsertSyncPoint(true);
return sync_point_client_impl_->WaitForInsertSyncPoint();
« no previous file with comments | « mojo/gles2/command_buffer_client_impl.h ('k') | mojo/gles2/control_thunks_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698