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

Unified Diff: services/ui/ws/window_server.h

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/threaded_image_cursors.cc ('k') | services/ui/ws/window_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server.h
diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h
index 5939fab6b2da46cf82873a5e8f4501e504a5ae44..2c75edc44015f7bb5d21501ab06afdaa80de75aa 100644
--- a/services/ui/ws/window_server.h
+++ b/services/ui/ws/window_server.h
@@ -30,7 +30,7 @@
namespace ui {
-class ImageCursors;
+class ImageCursorsHolder;
namespace ws {
@@ -89,7 +89,7 @@ class WindowServer : public ServerWindowDelegate,
// The returned weak pointer can be used to manipulate the cursor, and should
// only be dereferenced on the task runner returned by GetResourceRunner().
- base::WeakPtr<ui::ImageCursors> GetImageCursorsWeakPtr();
+ base::WeakPtr<ui::ImageCursorsHolder> GetImageCursorsHolderWeakPtr();
// Creates a new ServerWindow. The return value is owned by the caller, but
// must be destroyed before WindowServer.
« no previous file with comments | « services/ui/ws/threaded_image_cursors.cc ('k') | services/ui/ws/window_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698