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

Unified Diff: ash/display/cursor_window_controller.h

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: rename everything to CursorSize 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 | « ash/aura/shell_port_classic.cc ('k') | ash/display/cursor_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..762bd407c6f7cbbc1e613e9986d3f567275db222 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 SetCursorSize(ui::CursorSize cursor_size);
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::CursorSize cursor_size_;
gfx::Point hot_point_;
int large_cursor_size_in_dip_;
« no previous file with comments | « ash/aura/shell_port_classic.cc ('k') | ash/display/cursor_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698