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

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

Issue 2268563003: Replaced CursorLoader in PlatformDisplay with a ImageCursor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | services/ui/ws/platform_display.cc » ('j') | services/ui/ws/platform_display.cc » ('J')
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 2209d4503956581b241ed5420caabade84d338c3..05ac17945f01697492d08c9e5a5f46ac20b3b21b 100644
--- a/services/ui/ws/platform_display.h
+++ b/services/ui/ws/platform_display.h
@@ -42,6 +42,7 @@ struct TextInputState;
namespace ui {
class FrameGenerator;
+class ImageCursors;
namespace ws {
@@ -164,7 +165,8 @@ class DefaultPlatformDisplay : public PlatformDisplay,
display::PlatformScreen* platform_screen_;
#if !defined(OS_ANDROID)
- std::unique_ptr<ui::CursorLoader> cursor_loader_;
+ // std::unique_ptr<ui::CursorLoader> cursor_loader_;
sadrul 2016/08/22 14:39:40 Remove
Alex Z. 2016/08/22 15:11:51 Done.
+ std::unique_ptr<ui::ImageCursors> image_cursors_;
#endif
PlatformDisplayDelegate* delegate_ = nullptr;
« no previous file with comments | « no previous file | services/ui/ws/platform_display.cc » ('j') | services/ui/ws/platform_display.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698