Index: content/browser/gpu/browser_gpu_channel_host_factory.cc |
diff --git a/content/browser/gpu/browser_gpu_channel_host_factory.cc b/content/browser/gpu/browser_gpu_channel_host_factory.cc |
index 7caccb7df759bc2a010fea980e2604669e4288d7..a448615532af977391c610701cab71936cd6206b 100644 |
--- a/content/browser/gpu/browser_gpu_channel_host_factory.cc |
+++ b/content/browser/gpu/browser_gpu_channel_host_factory.cc |
@@ -146,7 +146,7 @@ void BrowserGpuChannelHostFactory::EstablishGpuChannelOnIO( |
host->EstablishGpuChannel( |
gpu_client_id_, |
- 0, |
+ true, |
base::Bind(&BrowserGpuChannelHostFactory::GpuChannelEstablishedOnIO, |
request)); |
} |