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

Unified Diff: services/ui/ws/platform_display.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/display.cc ('k') | services/ui/ws/platform_display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/platform_display.h
diff --git a/services/ui/ws/platform_display.h b/services/ui/ws/platform_display.h
index 9ca77e8b19ff81089774f6283ec38e3dd41d14fa..736130050169425fbef2b4c0ec0d87dff5014876 100644
--- a/services/ui/ws/platform_display.h
+++ b/services/ui/ws/platform_display.h
@@ -23,7 +23,7 @@ class SingleThreadTaskRunner;
namespace ui {
enum class CursorSize;
-class ImageCursors;
+class ImageCursorsHolder;
struct TextInputState;
namespace ws {
@@ -42,7 +42,7 @@ class PlatformDisplay : public ui::EventSource {
ServerWindow* root_window,
const display::ViewportMetrics& metrics,
scoped_refptr<base::SingleThreadTaskRunner>& resource_runner,
- base::WeakPtr<ui::ImageCursors> image_cursors_weak_ptr);
+ base::WeakPtr<ui::ImageCursorsHolder> image_cursors_holder_weak_ptr);
virtual void Init(PlatformDisplayDelegate* delegate) = 0;
« no previous file with comments | « services/ui/ws/display.cc ('k') | services/ui/ws/platform_display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698