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

Unified Diff: mojo/gles2/command_buffer_client_impl.h

Issue 198343002: Mojo: request/response bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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/view_manager/view_manager.mojom ('k') | mojo/gles2/command_buffer_client_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.h
diff --git a/mojo/gles2/command_buffer_client_impl.h b/mojo/gles2/command_buffer_client_impl.h
index cd178617959b8be43fd6891560b940bbbd36c146..e0e792dd44e7ed6e1bef58c738504369aa21daa2 100644
--- a/mojo/gles2/command_buffer_client_impl.h
+++ b/mojo/gles2/command_buffer_client_impl.h
@@ -6,7 +6,6 @@
#define MOJO_GLES2_COMMAND_BUFFER_CLIENT_IMPL_H_
#include <map>
-#include <queue>
#include "base/memory/scoped_ptr.h"
#include "base/memory/shared_memory.h"
@@ -92,7 +91,6 @@ class CommandBufferClientImpl : public CommandBufferClient,
virtual void DidInitialize(bool success) MOJO_OVERRIDE;
virtual void DidMakeProgress(const CommandBufferState& state) MOJO_OVERRIDE;
virtual void DidDestroy() MOJO_OVERRIDE;
- virtual void EchoAck() MOJO_OVERRIDE;
virtual void LostContext(int32_t lost_reason) MOJO_OVERRIDE;
// ErrorHandler implementation:
@@ -117,7 +115,6 @@ class CommandBufferClientImpl : public CommandBufferClient,
TransferBufferMap transfer_buffers_;
int32 last_put_offset_;
int32 next_transfer_buffer_id_;
- std::queue<base::Closure> echo_closures_;
bool initialize_result_;
};
« no previous file with comments | « mojo/examples/view_manager/view_manager.mojom ('k') | mojo/gles2/command_buffer_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698