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

Unified Diff: services/ui/ws/threaded_image_cursors.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/platform_display.cc ('k') | services/ui/ws/threaded_image_cursors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/threaded_image_cursors.h
diff --git a/services/ui/ws/threaded_image_cursors.h b/services/ui/ws/threaded_image_cursors.h
index 6f73c383904a5846ff404312ad080ac311af522b..09a754eb59bfdf310e953f733f277a38eb5bfcaa 100644
--- a/services/ui/ws/threaded_image_cursors.h
+++ b/services/ui/ws/threaded_image_cursors.h
@@ -26,7 +26,7 @@ class ThreadedImageCursors {
// cursor operations, and should only be dereferenced on |resource_runner|.
ThreadedImageCursors(
scoped_refptr<base::SingleThreadTaskRunner>& resource_task_runner,
- base::WeakPtr<ui::ImageCursors> image_cursors_weak_ptr);
+ base::WeakPtr<ui::ImageCursorsHolder> image_cursors_holder_weak_ptr);
~ThreadedImageCursors();
// Executes ui::ImageCursors::SetDisplay asynchronously.
@@ -57,7 +57,7 @@ class ThreadedImageCursors {
// Weak pointer to the actual ui::ImageCursors object used to perform the
// cursor operations.
- base::WeakPtr<ui::ImageCursors> image_cursors_weak_ptr_;
+ base::WeakPtr<ui::ImageCursorsHolder> image_cursors_holder_weak_ptr_;
base::WeakPtrFactory<ThreadedImageCursors> weak_ptr_factory_;
« no previous file with comments | « services/ui/ws/platform_display.cc ('k') | services/ui/ws/threaded_image_cursors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698