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

Unified Diff: ash/display/cursor_window_controller.h

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: Remove old cursor.h includes. 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
Index: ash/display/cursor_window_controller.h
diff --git a/ash/display/cursor_window_controller.h b/ash/display/cursor_window_controller.h
index b81638037ee4e85c56a3c41cdd5f384308b224a2..383e3cfa9adac324de9a5a2d8cbed7bdbe57cad4 100644
--- a/ash/display/cursor_window_controller.h
+++ b/ash/display/cursor_window_controller.h
@@ -50,7 +50,7 @@ class ASH_EXPORT CursorWindowController {
// Sets cursor location, shape, set and visibility.
void UpdateLocation();
void SetCursor(gfx::NativeCursor cursor);
- void SetCursorSet(ui::CursorSetType);
+ void SetCursorSet(ui::CursorSet);
sky 2017/06/23 13:24:26 add cursor_set parameter.
Elliot Glaysher 2017/06/23 20:44:44 Done.
void SetVisibility(bool visible);
private:
@@ -84,7 +84,7 @@ class ASH_EXPORT CursorWindowController {
// The last requested cursor visibility.
bool visible_;
- ui::CursorSetType cursor_set_;
+ ui::CursorSet cursor_set_;
gfx::Point hot_point_;
int large_cursor_size_in_dip_;

Powered by Google App Engine
This is Rietveld 408576698