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

Unified Diff: ui/aura/root_window.h

Issue 11412315: Make the cursor have separate mode for disabled mouse events and invisible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 8 years 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/aura/root_window.h
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index 3770d9e299e78e5226395ced38e10f68240e924d..bdff77bee114a1caca709a6337d3a82aeab95cd3 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -114,8 +114,8 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
// used.
void SetCursor(gfx::NativeCursor cursor);
- // Invoked when the cursor's visibility has changed.
- void OnCursorVisibilityChanged(bool visible);
+ // Invoked when the cursor gets enabled or disabled.
+ void OnCursorEnableStateChanged(bool enabled);
// Moves the cursor to the specified location relative to the root window.
virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698