summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ash/wm/toplevel_window_event_filter.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/wm/toplevel_window_event_filter.cc b/ash/wm/toplevel_window_event_filter.cc
index 02a19c0..3de5075 100644
--- a/ash/wm/toplevel_window_event_filter.cc
+++ b/ash/wm/toplevel_window_event_filter.cc
@@ -163,6 +163,7 @@ void ToplevelWindowEventFilter::RunMoveLoop(aura::Window* source) {
root_window, source->parent(), &parent_mouse_location);
window_resizer_.reset(
CreateWindowResizer(source, parent_mouse_location, HTCAPTION));
+ source->GetRootWindow()->SetCursor(aura::kCursorPointer);
#if !defined(OS_MACOSX)
MessageLoopForUI* loop = MessageLoopForUI::current();
MessageLoop::ScopedNestableTaskAllower allow_nested(loop);