| Index: gpu/command_buffer/client/client_test_helper.h
|
| diff --git a/gpu/command_buffer/client/client_test_helper.h b/gpu/command_buffer/client/client_test_helper.h
|
| index c155bf1171758e91ef087bbab6abe2bc133b85e6..10dd75c25b63ace92d050d781f770d1ad9b0e605 100644
|
| --- a/gpu/command_buffer/client/client_test_helper.h
|
| +++ b/gpu/command_buffer/client/client_test_helper.h
|
| @@ -23,7 +23,7 @@ class CommandBufferHelper;
|
| class MockCommandBufferBase : public CommandBufferServiceBase {
|
| public:
|
| static const int32 kTransferBufferBaseId = 0x123;
|
| - static const int32 kMaxTransferBuffers = 6;
|
| + static const int32 kMaxTransferBuffers = 32;
|
|
|
| MockCommandBufferBase();
|
| ~MockCommandBufferBase() override;
|
|
|