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 d0ce8b480651cb207ffbdc46518c3d229cb73066..5faf7baa45c698e3da6071ee7023ea07360fff2c 100644 |
--- a/content/browser/gpu/browser_gpu_channel_host_factory.cc |
+++ b/content/browser/gpu/browser_gpu_channel_host_factory.cc |
@@ -359,7 +359,6 @@ void BrowserGpuChannelHostFactory::GpuChannelEstablished() { |
GetContentClient()->SetGpuInfo(pending_request_->gpu_info()); |
gpu_channel_ = GpuChannelHost::Create(this, |
- pending_request_->gpu_host_id(), |
pending_request_->gpu_info(), |
pending_request_->channel_handle()); |
gpu_host_id_ = pending_request_->gpu_host_id(); |