Index: content/common/gpu/gpu_channel_test_common.cc |
diff --git a/content/common/gpu/gpu_channel_test_common.cc b/content/common/gpu/gpu_channel_test_common.cc |
index d7433ff488007ee599af329d5ab5644d27e4608b..5925a5492db1da276876820ff146a48dbfc6027b 100644 |
--- a/content/common/gpu/gpu_channel_test_common.cc |
+++ b/content/common/gpu/gpu_channel_test_common.cc |
@@ -22,7 +22,6 @@ TestGpuChannelManager::TestGpuChannelManager( |
task_runner, |
io_task_runner, |
nullptr, |
- nullptr, |
sync_point_manager, |
gpu_memory_buffer_factory), |
sink_(sink) {} |
@@ -83,9 +82,7 @@ base::ProcessId TestGpuChannel::GetClientPID() const { |
return base::kNullProcessId; |
} |
-IPC::ChannelHandle TestGpuChannel::Init( |
- base::WaitableEvent* shutdown_event, |
- IPC::AttachmentBroker* attachment_broker) { |
+IPC::ChannelHandle TestGpuChannel::Init(base::WaitableEvent* shutdown_event) { |
filter_->OnFilterAdded(sink_); |
return IPC::ChannelHandle(channel_id()); |
} |