| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index ff87202bcccaf9b7b6daa3be1592569b477f4287..0442bca587931ff2065627abe33c13e0f87919ba 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -847,7 +847,7 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| storage_partition_impl_->GetIndexedDBContext(),
|
| ChromeBlobStorageContext::GetFor(browser_context)));
|
|
|
| - gpu_message_filter_ = new GpuMessageFilter(GetID(), widget_helper_.get());
|
| + gpu_message_filter_ = new GpuMessageFilter(GetID());
|
| AddFilter(gpu_message_filter_);
|
| #if defined(ENABLE_WEBRTC)
|
| AddFilter(new WebRTCIdentityServiceHost(
|
|
|