| Index: gpu/command_buffer/client/client_test_helper.cc
|
| diff --git a/gpu/command_buffer/client/client_test_helper.cc b/gpu/command_buffer/client/client_test_helper.cc
|
| index 46011adaf55f5891ca8e6e488b1b5abdb88a9074..8c633efebe14435bcfd39e2d88dea1c9f42bb3df 100644
|
| --- a/gpu/command_buffer/client/client_test_helper.cc
|
| +++ b/gpu/command_buffer/client/client_test_helper.cc
|
| @@ -25,10 +25,6 @@ bool MockCommandBufferBase::Initialize() {
|
| return true;
|
| }
|
|
|
| -CommandBuffer::State MockCommandBufferBase::GetState() {
|
| - return state_;
|
| -}
|
| -
|
| CommandBuffer::State MockCommandBufferBase::GetLastState() {
|
| return state_;
|
| }
|
|
|