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

Unified Diff: components/exo/wm_helper.cc

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: components/exo/wm_helper.cc
diff --git a/components/exo/wm_helper.cc b/components/exo/wm_helper.cc
index a24aa2f837e88d16b1d0f70d219b37ae011bb482..3c0b6b3a196ed9517d09f860655e09aade8cc787 100644
--- a/components/exo/wm_helper.cc
+++ b/components/exo/wm_helper.cc
@@ -98,7 +98,7 @@ void WMHelper::NotifyCursorVisibilityChanged(bool is_visible) {
observer.OnCursorVisibilityChanged(is_visible);
}
-void WMHelper::NotifyCursorSetChanged(ui::CursorSetType cursor_set) {
+void WMHelper::NotifyCursorSetChanged(ui::CursorSet cursor_set) {
for (CursorObserver& observer : cursor_observers_)
observer.OnCursorSetChanged(cursor_set);
}

Powered by Google App Engine
This is Rietveld 408576698