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

Unified Diff: services/ui/ws/window_server_delegate.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/window_server.cc ('k') | ui/base/cursor/cursor_loader_ozone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server_delegate.h
diff --git a/services/ui/ws/window_server_delegate.h b/services/ui/ws/window_server_delegate.h
index ea7233dfbb86341e4f53a32a38f77cca20c8c1e6..c90ab886befce5ccd8eb925719b4d3bb20f74e1f 100644
--- a/services/ui/ws/window_server_delegate.h
+++ b/services/ui/ws/window_server_delegate.h
@@ -20,7 +20,7 @@ class SingleThreadTaskRunner;
namespace ui {
-class ImageCursors;
+class ImageCursorsHolder;
namespace mojom {
class WindowTree;
@@ -70,7 +70,8 @@ class WindowServerDelegate {
// The returned weak pointer can be used to manipulate the cursor, and should
// only be dereferenced on the task runner returned by GetResourceRunner().
- virtual base::WeakPtr<ui::ImageCursors> GetImageCursorsWeakPtr() = 0;
+ virtual base::WeakPtr<ui::ImageCursorsHolder>
+ GetImageCursorsHolderWeakPtr() = 0;
protected:
virtual ~WindowServerDelegate() {}
« no previous file with comments | « services/ui/ws/window_server.cc ('k') | ui/base/cursor/cursor_loader_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698