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 473c228c77d70075654135d170b2585c13d135e3..995ff1c9511950c73155eb23800a3f548585176e 100644 |
--- a/mojo/gles2/command_buffer_client_impl.h |
+++ b/mojo/gles2/command_buffer_client_impl.h |
@@ -41,7 +41,6 @@ class CommandBufferClientImpl |
explicit CommandBufferClientImpl( |
CommandBufferDelegate* delegate, |
const std::vector<int32_t>& attribs, |
- const MojoAsyncWaiter* async_waiter, |
mojo::ScopedMessagePipeHandle command_buffer_handle); |
~CommandBufferClientImpl() override; |
@@ -115,8 +114,6 @@ class CommandBufferClientImpl |
uint64_t next_fence_sync_release_; |
uint64_t flushed_fence_sync_release_; |
- |
- const MojoAsyncWaiter* async_waiter_; |
}; |
} // gles2 |