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

Unified Diff: mojo/gles2/command_buffer_client_impl.cc

Issue 478103002: Revert of Mojo multiple command buffer support and sample (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/examples/surfaces_app/surfaces_app.cc ('k') | mojo/gles2/gles2_impl.cc » ('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 233573fc2835bf789e1b168159b333758e021a57..84c67ab3be5251f3bad286a37a8c56d92d3c3f94 100644
--- a/mojo/gles2/command_buffer_client_impl.cc
+++ b/mojo/gles2/command_buffer_client_impl.cc
@@ -208,14 +208,14 @@
}
uint32 CommandBufferClientImpl::InsertSyncPoint() {
- // TODO(jamesr): Optimize this.
- WaitForGetOffsetInRange(last_put_offset_, last_put_offset_);
+ // TODO(piman)
+ NOTIMPLEMENTED();
return 0;
}
uint32 CommandBufferClientImpl::InsertFutureSyncPoint() {
- // TODO(jamesr): Optimize this.
- WaitForGetOffsetInRange(last_put_offset_, last_put_offset_);
+ // TODO(piman)
+ NOTIMPLEMENTED();
return 0;
}
« no previous file with comments | « mojo/examples/surfaces_app/surfaces_app.cc ('k') | mojo/gles2/gles2_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698