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

Unified Diff: services/ui/ws/display.cc

Issue 2961403002: WIP fix for Ozone cursor woes in Mushrome: Numéro deux
Patch Set: Created 3 years, 6 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
« no previous file with comments | « services/ui/service.cc ('k') | services/ui/ws/platform_display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « services/ui/service.cc ('k') | services/ui/ws/platform_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698