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

Unified Diff: ui/aura/remote_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/aura/remote_root_window_host_win.cc
diff --git a/ui/aura/remote_root_window_host_win.cc b/ui/aura/remote_root_window_host_win.cc
index 9a97ca35ef02f9ca69df8c9ba17c1cca3754ba58..5103c1dc3696ff8842a9a978412168c02f919178 100644
--- a/ui/aura/remote_root_window_host_win.cc
+++ b/ui/aura/remote_root_window_host_win.cc
@@ -162,7 +162,7 @@ bool RemoteRootWindowHostWin::GrabSnapshot(
void RemoteRootWindowHostWin::UnConfineCursor() {
}
-void RemoteRootWindowHostWin::OnCursorVisibilityChanged(bool show) {
+void RemoteRootWindowHostWin::OnCursorEnableStateChanged(bool enabled) {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698