| Index: gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_unittest.cc b/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| index 7eb2b0c4ff3244a36b660473af3fbd4f59246c23..dad3b674ed1fd54fe61ced823e3692e4d98c7554 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| +++ b/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| @@ -18,6 +18,7 @@
|
| #include "gpu/command_buffer/client/program_info_manager.h"
|
| #include "gpu/command_buffer/client/query_tracker.h"
|
| #include "gpu/command_buffer/client/ring_buffer.h"
|
| +#include "gpu/command_buffer/client/shared_memory_limits.h"
|
| #include "gpu/command_buffer/client/transfer_buffer.h"
|
| #include "gpu/command_buffer/common/command_buffer.h"
|
| #include "gpu/command_buffer/common/sync_token.h"
|
| @@ -497,7 +498,7 @@ class GLES2ImplementationTest : public testing::Test {
|
| EXPECT_CALL(*gpu_control_, SetGpuControlClient(gl_.get())).Times(1);
|
|
|
| if (!gl_->Initialize(kTransferBufferSize, kTransferBufferSize,
|
| - kTransferBufferSize, GLES2Implementation::kNoLimit))
|
| + kTransferBufferSize, SharedMemoryLimits::kNoLimit))
|
| return false;
|
|
|
| helper_->CommandBufferHelper::Finish();
|
|
|