| Index: components/mus/gles2/command_buffer_impl.h
|
| diff --git a/components/mus/gles2/command_buffer_impl.h b/components/mus/gles2/command_buffer_impl.h
|
| index e4ea15b64337d5ae4aba62f30efbbb51e956db71..cbe91cfcfc59eff4b637647789db627d279aed7e 100644
|
| --- a/components/mus/gles2/command_buffer_impl.h
|
| +++ b/components/mus/gles2/command_buffer_impl.h
|
| @@ -94,7 +94,6 @@ class CommandBufferImpl : public mojom::CommandBuffer {
|
| scoped_refptr<GpuState> gpu_state_;
|
| scoped_ptr<CommandBufferDriver> driver_;
|
| scoped_ptr<mojo::Binding<CommandBuffer>> binding_;
|
| - std::deque<uint32_t> sync_points_;
|
| CommandBufferImplObserver* observer_;
|
| mojom::CommandBufferLostContextObserverPtr loss_observer_;
|
|
|
|
|