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

Unified Diff: services/ui/ws/window_server.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/ws/window_server.h ('k') | services/ui/ws/window_server_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server.cc
diff --git a/services/ui/ws/window_server.cc b/services/ui/ws/window_server.cc
index f80a68572655243ff87436e43c6a8cec9f396a16..b34e7b7722b818de711cec952ae134f2461af5e8 100644
--- a/services/ui/ws/window_server.cc
+++ b/services/ui/ws/window_server.cc
@@ -115,8 +115,9 @@ scoped_refptr<base::SingleThreadTaskRunner>& WindowServer::GetResourceRunner() {
return delegate()->GetResourceRunner();
}
-base::WeakPtr<ui::ImageCursors> WindowServer::GetImageCursorsWeakPtr() {
- return delegate()->GetImageCursorsWeakPtr();
+base::WeakPtr<ui::ImageCursorsHolder>
+WindowServer::GetImageCursorsHolderWeakPtr() {
+ return delegate()->GetImageCursorsHolderWeakPtr();
}
ServerWindow* WindowServer::CreateServerWindow(
« no previous file with comments | « services/ui/ws/window_server.h ('k') | services/ui/ws/window_server_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698