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

Unified Diff: ui/wm/core/native_cursor_manager_delegate.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_delegate.h
diff --git a/ui/wm/core/native_cursor_manager_delegate.h b/ui/wm/core/native_cursor_manager_delegate.h
index aad982561ab9d208d2348107b7173a96bc252845..e65af55c085774a22fdff8b4123eff1b08895223 100644
--- a/ui/wm/core/native_cursor_manager_delegate.h
+++ b/ui/wm/core/native_cursor_manager_delegate.h
@@ -24,7 +24,7 @@ class WM_CORE_EXPORT NativeCursorManagerDelegate {
virtual void CommitCursor(gfx::NativeCursor cursor) = 0;
virtual void CommitVisibility(bool visible) = 0;
- virtual void CommitCursorSet(ui::CursorSetType cursor_set) = 0;
+ virtual void CommitCursorSet(ui::CursorSet cursor_set) = 0;
virtual void CommitMouseEventsEnabled(bool enabled) = 0;
};

Powered by Google App Engine
This is Rietveld 408576698