| Index: services/ui/ws/gpu_host.cc
|
| diff --git a/services/ui/ws/gpu_host.cc b/services/ui/ws/gpu_host.cc
|
| index 85ac3aa25cf3773b09c4e96d32e607b92c48603c..586bb1d58f725f510083384cc8be94afd057135c 100644
|
| --- a/services/ui/ws/gpu_host.cc
|
| +++ b/services/ui/ws/gpu_host.cc
|
| @@ -41,7 +41,6 @@ GpuHost::GpuHost(GpuHostDelegate* delegate)
|
| // TODO(sad): Once GPU process is split, this would look like:
|
| // connector->BindInterface("gpu", &gpu_main_);
|
| gpu_main_impl_ = base::MakeUnique<GpuMain>(MakeRequest(&gpu_main_));
|
| - gpu_main_impl_->OnStart();
|
|
|
| // TODO(sad): Correctly initialize gpu::GpuPreferences (like it is initialized
|
| // in GpuProcessHost::Init()).
|
|
|