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

Unified Diff: components/exo/pointer.h

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: rename everything to CursorSize 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..e9b686dc6398bf2acc3ef81a1d782a25c4bca9dc 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 OnCursorSizeChanged(ui::CursorSize cursor_size) override;
void OnCursorDisplayChanged(const display::Display& display) override;
// Overridden from WMHelper::DisplayConfigurationObserver:
« no previous file with comments | « chrome/browser/chromeos/arc/accessibility/arc_accessibility_helper_bridge_unittest.cc ('k') | components/exo/pointer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698