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

Unified Diff: mojo/gles2/command_buffer_client_impl.cc

Issue 165393003: gpu: Generate mailboxes on client side (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 10 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
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 e4d0357d764e74250f0e5aa1da9fe372f1e4b92f..60fa366ab0574f5bd156f7b0e8a894003b02e7f7 100644
--- a/mojo/gles2/command_buffer_client_impl.cc
+++ b/mojo/gles2/command_buffer_client_impl.cc
@@ -186,14 +186,6 @@ void CommandBufferClientImpl::DestroyGpuMemoryBuffer(int32 id) {
NOTIMPLEMENTED();
}
-bool CommandBufferClientImpl::GenerateMailboxNames(
- unsigned num,
- std::vector<gpu::Mailbox>* names) {
- // TODO(piman)
- NOTIMPLEMENTED();
- return false;
-}
-
uint32 CommandBufferClientImpl::InsertSyncPoint() {
// TODO(piman)
NOTIMPLEMENTED();

Powered by Google App Engine
This is Rietveld 408576698