| 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 a08f1b9cc29ffb3052ac540240bc09e0411ea444..ca5f96754a36f548802be1718180234b2662ea2f 100644
|
| --- a/mojo/gles2/command_buffer_client_impl.cc
|
| +++ b/mojo/gles2/command_buffer_client_impl.cc
|
| @@ -86,11 +86,6 @@ bool CommandBufferClientImpl::Initialize() {
|
| return initialize_result_;
|
| }
|
|
|
| -gpu::CommandBuffer::State CommandBufferClientImpl::GetState() {
|
| - MakeProgressAndUpdateState();
|
| - return last_state_;
|
| -}
|
| -
|
| gpu::CommandBuffer::State CommandBufferClientImpl::GetLastState() {
|
| return last_state_;
|
| }
|
|
|