| 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 a1351694e2551d61892fff033d4247a30a448cb4..dd5d0b2f24436260cbe23d92410bca5e7e3d865b 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) {}
|
| @@ -81,8 +80,7 @@ base::ProcessId TestGpuChannel::GetClientPID() const {
|
| }
|
|
|
| IPC::ChannelHandle TestGpuChannel::Init(
|
| - base::WaitableEvent* shutdown_event,
|
| - IPC::AttachmentBroker* attachment_broker) {
|
| + base::WaitableEvent* shutdown_event) {
|
| return IPC::ChannelHandle(channel_id());
|
| }
|
|
|
|
|