Index: content/gpu/gpu_child_thread.cc |
diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc |
index a81892212b99691f016740f34d36d04d53904e5c..af207abecc83bbbb6b4f90ae422748405757120e 100644 |
--- a/content/gpu/gpu_child_thread.cc |
+++ b/content/gpu/gpu_child_thread.cc |
@@ -290,7 +290,7 @@ bool GpuChildThread::OnMessageReceived(const IPC::Message& msg) { |
return false; |
} |
-bool GpuChildThread::AcceptConnection(shell::Connection* connection) { |
+bool GpuChildThread::OnConnect(shell::Connection* connection) { |
// Use of base::Unretained(this) is safe here because |service_registry()| |
// will be destroyed before GpuChildThread is destructed. |
connection->GetInterfaceRegistry()->AddInterface(base::Bind( |