| Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| index 418b728ef8f628f24d7de489c079f175077ccbb9..bba922d8ce5b3732b4e2e0857777b7e2c2b5f3c5 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -52,6 +52,11 @@ class GpuChannelHost;
|
| class GpuChannelHostFactory;
|
| struct GpuMemoryAllocationForRenderer;
|
|
|
| +const size_t kDefaultCommandBufferSize = 1024 * 1024;
|
| +const size_t kDefaultStartTransferBufferSize = 1 * 1024 * 1024;
|
| +const size_t kDefaultMinTransferBufferSize = 1 * 256 * 1024;
|
| +const size_t kDefaultMaxTransferBufferSize = 16 * 1024 * 1024;
|
| +
|
| // TODO(piman): move this logic to the compositor and remove it from the
|
| // context...
|
| class WebGraphicsContext3DSwapBuffersClient {
|
|
|