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

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

Issue 11035050: Enable CursorManager::LockCursor to lock cursor visibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
« ash/wm/cursor_manager.cc ('K') | « ui/views/widget/desktop_root_window_host_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/desktop_root_window_host_win.cc
diff --git a/ui/views/widget/desktop_root_window_host_win.cc b/ui/views/widget/desktop_root_window_host_win.cc
index dfb49490312b2f8967387626ff6df29e71769ce1..a52678b7c9cd235e3a4500348c50da769689260d 100644
--- a/ui/views/widget/desktop_root_window_host_win.cc
+++ b/ui/views/widget/desktop_root_window_host_win.cc
@@ -351,9 +351,6 @@ void DesktopRootWindowHostWin::SetCursor(gfx::NativeCursor cursor) {
message_handler_->SetCursor(cursor.platform());
}
-void DesktopRootWindowHostWin::ShowCursor(bool show) {
-}
-
bool DesktopRootWindowHostWin::QueryMouseLocation(gfx::Point* location_return) {
return false;
}
« ash/wm/cursor_manager.cc ('K') | « ui/views/widget/desktop_root_window_host_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698