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

Unified Diff: ash/wm/native_cursor_manager_ash_classic.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: 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..179b89759e7c2cdd1e45423243c1f33364903d69 100644
--- a/ash/wm/native_cursor_manager_ash_classic.h
+++ b/ash/wm/native_cursor_manager_ash_classic.h
@@ -41,7 +41,7 @@ class ASH_EXPORT NativeCursorManagerAshClassic : public NativeCursorManagerAsh {
::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