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

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

Issue 82463002: Invoke cursor-hiding logic on touch for Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 40908c27b316b925d23b49dc6fdf01e56d9707df..0f4e296f8f0815fcad316c31b2d62bb57e043baf 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
@@ -730,6 +730,8 @@ void DesktopRootWindowHostWin::HandleAccelerator(
}
void DesktopRootWindowHostWin::HandleCreate() {
+ ::ShowCursor(true);
tdanderson 2013/11/22 02:03:36 Adding this line will prevent the problem you desc
tdanderson 2013/11/22 02:27:03 I should add that the |delegate_| in CursorManager
+
// TODO(beng): moar
NOTIMPLEMENTED();
« ui/views/corewm/compound_event_filter.cc ('K') | « ui/views/corewm/compound_event_filter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698