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

Unified Diff: components/exo/pointer.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: components/exo/pointer.h
diff --git a/components/exo/pointer.h b/components/exo/pointer.h
index 571743c818389d410750eadcd9ae89dd3e47ed55..ae3426f3924630e747ccab77fe427be34bcde615 100644
--- a/components/exo/pointer.h
+++ b/components/exo/pointer.h
@@ -60,7 +60,7 @@ class Pointer : public ui::EventHandler,
void OnScrollEvent(ui::ScrollEvent* event) override;
// Overridden from WMHelper::CursorObserver:
- void OnCursorSetChanged(ui::CursorSetType cursor_set) override;
+ void OnCursorSetChanged(ui::CursorSet cursor_set) override;
void OnCursorDisplayChanged(const display::Display& display) override;
// Overridden from WMHelper::DisplayConfigurationObserver:

Powered by Google App Engine
This is Rietveld 408576698