| 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 31a91b20d6cdfe4cf2d33ec5c3be39c464acf035..9557fce0aa37daf1247a31fa3bee005a005f07ed 100644
|
| --- a/gpu/command_buffer/client/client_test_helper.cc
|
| +++ b/gpu/command_buffer/client/client_test_helper.cc
|
| @@ -109,11 +109,6 @@ void MockCommandBufferBase::SetContextLostReason(
|
| state_.context_lost_reason = reason;
|
| }
|
|
|
| -uint32 MockCommandBufferBase::InsertSyncPoint() {
|
| - GPU_NOTREACHED();
|
| - return 0;
|
| -}
|
| -
|
| // GCC requires these declarations, but MSVC requires they not be present
|
| #ifndef _MSC_VER
|
| const int32 MockCommandBufferBase::kTransferBufferBaseId;
|
|
|