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

Unified Diff: ui/views/widget/desktop_aura/desktop_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/views/widget/desktop_aura/desktop_native_cursor_manager.h
diff --git a/ui/views/widget/desktop_aura/desktop_native_cursor_manager.h b/ui/views/widget/desktop_aura/desktop_native_cursor_manager.h
index d7ba6daa1a35189abf1f3df6dd3f50be7681ecf8..8314acd829cbae148af7e9fe597c74b10e188c50 100644
--- a/ui/views/widget/desktop_aura/desktop_native_cursor_manager.h
+++ b/ui/views/widget/desktop_aura/desktop_native_cursor_manager.h
@@ -54,7 +54,7 @@ class VIEWS_EXPORT DesktopNativeCursorManager
wm::NativeCursorManagerDelegate* delegate) override;
void SetVisibility(bool visible,
wm::NativeCursorManagerDelegate* delegate) override;
- void SetCursorSet(ui::CursorSetType cursor_set,
+ void SetCursorSet(ui::CursorSet cursor_set,
wm::NativeCursorManagerDelegate* delegate) override;
void SetMouseEventsEnabled(
bool enabled,

Powered by Google App Engine
This is Rietveld 408576698