| Index: services/ui/ws/display.cc
|
| diff --git a/services/ui/ws/display.cc b/services/ui/ws/display.cc
|
| index c992aa9796ebda4a67af8634a5c3d80eb02d2e74..a61828bd9a8b1d1d61508e38d76dc742e2719241 100644
|
| --- a/services/ui/ws/display.cc
|
| +++ b/services/ui/ws/display.cc
|
| @@ -73,7 +73,7 @@ void Display::Init(const display::ViewportMetrics& metrics,
|
|
|
| platform_display_ = PlatformDisplay::Create(
|
| root_.get(), metrics, window_server_->GetResourceRunner(),
|
| - window_server_->GetImageCursorsWeakPtr());
|
| + window_server_->GetImageCursorsHolderWeakPtr());
|
| platform_display_->Init(this);
|
| }
|
|
|
|
|