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 191f0f6ff27223de2cbcb99d41b83f0129f1612e..24b20818b85bf91c16e743867c13d3f1ddea0923 100644 |
--- a/content/browser/gpu/browser_gpu_channel_host_factory.cc |
+++ b/content/browser/gpu/browser_gpu_channel_host_factory.cc |
@@ -354,7 +354,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(); |