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

Unified Diff: ui/wm/core/native_cursor_manager.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: ui/wm/core/native_cursor_manager.h
diff --git a/ui/wm/core/native_cursor_manager.h b/ui/wm/core/native_cursor_manager.h
index c3be2475edc8fe008c1408e6d8af9c5969184553..4973ae61561af17677720a1cfa3d4e2f65b5ee79 100644
--- a/ui/wm/core/native_cursor_manager.h
+++ b/ui/wm/core/native_cursor_manager.h
@@ -43,9 +43,8 @@ class WM_CORE_EXPORT NativeCursorManager {
NativeCursorManagerDelegate* delegate) = 0;
// A request to set the cursor set.
- virtual void SetCursorSet(
- ui::CursorSetType cursor_set,
- NativeCursorManagerDelegate* delegate) = 0;
+ virtual void SetCursorSet(ui::CursorSet cursor_set,
+ NativeCursorManagerDelegate* delegate) = 0;
// A request to set whether mouse events are disabled. At minimum,
// implementer should call NativeCursorManagerDelegate::

Powered by Google App Engine
This is Rietveld 408576698