Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: content/common/gpu/gpu_channel_test_common.cc

Issue 1292263003: ipc: Use a global for the process's attachment broker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ipc_message2
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());
}

Powered by Google App Engine
This is Rietveld 408576698