Index: services/ui/ws/gpu_host.cc |
diff --git a/services/ui/ws/gpu_host.cc b/services/ui/ws/gpu_host.cc |
index ac2c22fa609cbc49afd2b5f4f9f76a0d2d45c7b5..783049423e784a1d3c0d327e474f33abd39a7ca5 100644 |
--- a/services/ui/ws/gpu_host.cc |
+++ b/services/ui/ws/gpu_host.cc |
@@ -104,7 +104,7 @@ GpuHost::GpuHost(GpuHostDelegate* delegate) |
main_thread_task_runner_(base::ThreadTaskRunnerHandle::Get()), |
gpu_host_binding_(this) { |
// TODO(sad): Once GPU process is split, this would look like: |
- // connector->ConnectToInterface("gpu", &gpu_main_); |
+ // connector->BindInterface("gpu", &gpu_main_); |
gpu_main_impl_ = base::MakeUnique<GpuMain>(MakeRequest(&gpu_main_)); |
gpu_main_impl_->OnStart(); |
gpu_main_->CreateGpuService(MakeRequest(&gpu_service_), |