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

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

Issue 2268563003: Replaced CursorLoader in PlatformDisplay with a ImageCursor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years 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_default.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/platform_display_default.h
diff --git a/services/ui/ws/platform_display_default.h b/services/ui/ws/platform_display_default.h
index b49276376f16bcfbe3e5e11d55f388a45d391f11..12c07f26da1c0cd51e555f672e96637fd5a63570 100644
--- a/services/ui/ws/platform_display_default.h
+++ b/services/ui/ws/platform_display_default.h
@@ -17,7 +17,7 @@
namespace ui {
-class CursorLoader;
+class ImageCursors;
class PlatformWindow;
namespace ws {
@@ -73,7 +73,7 @@ class PlatformDisplayDefault : public PlatformDisplay,
const int64_t display_id_;
#if !defined(OS_ANDROID)
- std::unique_ptr<ui::CursorLoader> cursor_loader_;
+ std::unique_ptr<ui::ImageCursors> image_cursors_;
#endif
PlatformDisplayDelegate* delegate_ = nullptr;
« no previous file with comments | « services/ui/ws/display.cc ('k') | services/ui/ws/platform_display_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698