| 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_;
|
|
|
|
|