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

Unified Diff: ui/views/widget/desktop_aura/desktop_root_window_host_win.cc

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: rebase 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/views/widget/desktop_aura/desktop_root_window_host_win.cc
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
index dfcad723c38fb6d148c3e2504c20fe63354bf4c6..0f8dede8960b33facc51002d7627fb2cac70838d 100644
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
@@ -407,7 +407,7 @@ bool DesktopRootWindowHostWin::ConfineCursorToRootWindow() {
void DesktopRootWindowHostWin::UnConfineCursor() {
}
-void DesktopRootWindowHostWin::OnCursorVisibilityChanged(bool show) {
+void DesktopRootWindowHostWin::OnCursorEnableStateChanged(bool enabled) {
}
void DesktopRootWindowHostWin::MoveCursorTo(const gfx::Point& location) {
« ui/aura/client/cursor_client.h ('K') | « ui/views/widget/desktop_aura/desktop_root_window_host_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698