| Index: content/browser/renderer_host/image_transport_factory.cc
|
| diff --git a/content/browser/renderer_host/image_transport_factory.cc b/content/browser/renderer_host/image_transport_factory.cc
|
| index 77bc3794c8c5987c4a69b8887783dc345f0df4e7..81955e2a7f147ac3a97118bc3765f7d86cef8959 100644
|
| --- a/content/browser/renderer_host/image_transport_factory.cc
|
| +++ b/content/browser/renderer_host/image_transport_factory.cc
|
| @@ -400,6 +400,7 @@ class GpuProcessTransportFactory :
|
| attrs.depth = false;
|
| attrs.stencil = false;
|
| attrs.antialias = false;
|
| + attrs.noAutomaticFlushes = true;
|
| GpuChannelHostFactory* factory = BrowserGpuChannelHostFactory::instance();
|
| GURL url("chrome://gpu/GpuProcessTransportFactory::CreateContextCommon");
|
| scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context(
|
|
|