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

Unified Diff: mojo/services/gles2/command_buffer_impl.h

Issue 280003003: Add SetClient method implementation to InterfaceImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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/service_manager/service_manager_unittest.cc ('k') | mojo/services/gles2/command_buffer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gles2/command_buffer_impl.h
diff --git a/mojo/services/gles2/command_buffer_impl.h b/mojo/services/gles2/command_buffer_impl.h
index e76a3d2fc5208dc61c45a7882a2d047fa8b6b7e3..5d1c7bdd2051de72915440421436a59246a0870d 100644
--- a/mojo/services/gles2/command_buffer_impl.h
+++ b/mojo/services/gles2/command_buffer_impl.h
@@ -31,7 +31,6 @@ class CommandBufferImpl : public InterfaceImpl<CommandBuffer> {
virtual ~CommandBufferImpl();
virtual void OnConnectionError() OVERRIDE;
- virtual void SetClient(CommandBufferClient* client) OVERRIDE;
virtual void Initialize(CommandBufferSyncClientPtr sync_client,
mojo::ScopedSharedBufferHandle shared_state) OVERRIDE;
virtual void SetGetBuffer(int32_t buffer) OVERRIDE;
@@ -54,7 +53,6 @@ class CommandBufferImpl : public InterfaceImpl<CommandBuffer> {
void DrawAnimationFrame();
- CommandBufferClient* client_;
CommandBufferSyncClientPtr sync_client_;
gfx::AcceleratedWidget widget_;
« no previous file with comments | « mojo/service_manager/service_manager_unittest.cc ('k') | mojo/services/gles2/command_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698