Chromium Code Reviews| Index: content/browser/aura/gpu_process_transport_factory.cc |
| diff --git a/content/browser/aura/gpu_process_transport_factory.cc b/content/browser/aura/gpu_process_transport_factory.cc |
| index 302f9effd0d1bde14d9ae1b0bf01d34aaec54e23..1403836ab69c15aa2d1a2035eb0674eb6809a6fb 100644 |
| --- a/content/browser/aura/gpu_process_transport_factory.cc |
| +++ b/content/browser/aura/gpu_process_transport_factory.cc |
| @@ -515,6 +515,7 @@ GpuProcessTransportFactory::CreateContextCommon( |
| url, |
| gpu_channel_host.get(), |
| swap_client, |
| + true, |
|
jamesr
2013/11/04 20:54:56
could you either give this bool a name (as a local
piman
2013/11/04 22:03:06
Good point, done (the former).
|
| attrs, |
| false, |
| WebGraphicsContext3DCommandBufferImpl::SharedMemoryLimits())); |