Chromium Code Reviews| Index: services/gles2/command_buffer_driver.cc |
| diff --git a/services/gles2/command_buffer_driver.cc b/services/gles2/command_buffer_driver.cc |
| index 0343a2fa53ddef89e262493e4aeb8651a44b2abd..25aef7d67efd7c62e73c2a89ea1eb58a350f6041 100644 |
| --- a/services/gles2/command_buffer_driver.cc |
| +++ b/services/gles2/command_buffer_driver.cc |
| @@ -126,7 +126,7 @@ bool CommandBufferDriver::DoInitialize( |
| new gpu::gles2::ContextGroup(mailbox_manager_.get(), |
| new MemoryTrackerStub, |
| new gpu::gles2::ShaderTranslatorCache, |
| - nullptr, nullptr, nullptr, true); |
|
jamesr
2015/01/28 23:41:53
can you extract this out into a const bool local s
abarth-chromium
2015/01/28 23:42:51
Sure/
|
| + nullptr, nullptr, nullptr, false); |
| command_buffer_.reset( |
| new gpu::CommandBufferService(context_group->transfer_buffer_manager())); |