| 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 cccfa3b96ef6514a721df917a69b14b584c4fe0b..31a91b20d6cdfe4cf2d33ec5c3be39c464acf035 100644
|
| --- a/gpu/command_buffer/client/client_test_helper.cc
|
| +++ b/gpu/command_buffer/client/client_test_helper.cc
|
| @@ -151,6 +151,12 @@ void MockClientCommandBufferMockFlush::DelegateToFake() {
|
| this, &MockCommandBufferBase::FlushHelper));
|
| }
|
|
|
| +MockClientGpuControl::MockClientGpuControl() {
|
| +}
|
| +
|
| +MockClientGpuControl::~MockClientGpuControl() {
|
| +}
|
| +
|
| } // namespace gpu
|
|
|
|
|
|
|