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

Unified Diff: ash/wm/native_cursor_manager_ash_classic.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/utility/screenshot_controller_unittest.cc ('k') | ash/wm/native_cursor_manager_ash_classic.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/native_cursor_manager_ash_classic.h
diff --git a/ash/wm/native_cursor_manager_ash_classic.h b/ash/wm/native_cursor_manager_ash_classic.h
index dee120ce27e248ccb5d0fbb255ad1a8c8adaefbf..07065a668d26f557153fcad39133386cbed9a965 100644
--- a/ash/wm/native_cursor_manager_ash_classic.h
+++ b/ash/wm/native_cursor_manager_ash_classic.h
@@ -41,8 +41,8 @@ class ASH_EXPORT NativeCursorManagerAshClassic : public NativeCursorManagerAsh {
::wm::NativeCursorManagerDelegate* delegate) override;
void SetVisibility(bool visible,
::wm::NativeCursorManagerDelegate* delegate) override;
- void SetCursorSet(ui::CursorSetType cursor_set,
- ::wm::NativeCursorManagerDelegate* delegate) override;
+ void SetCursorSize(ui::CursorSize cursor_size,
+ ::wm::NativeCursorManagerDelegate* delegate) override;
void SetMouseEventsEnabled(
bool enabled,
::wm::NativeCursorManagerDelegate* delegate) override;
« no previous file with comments | « ash/utility/screenshot_controller_unittest.cc ('k') | ash/wm/native_cursor_manager_ash_classic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698