diff options
Diffstat (limited to 'ash/drag_drop/drag_drop_tracker.cc')
-rw-r--r-- | ash/drag_drop/drag_drop_tracker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/drag_drop/drag_drop_tracker.cc b/ash/drag_drop/drag_drop_tracker.cc index 72f0389..03ecf79 100644 --- a/ash/drag_drop/drag_drop_tracker.cc +++ b/ash/drag_drop/drag_drop_tracker.cc @@ -50,7 +50,7 @@ aura::Window* DragDropTracker::GetTarget(const ui::LocatedEvent& event) { gfx::Point location_in_screen = event.location(); wm::ConvertPointToScreen(capture_window_.get(), &location_in_screen); - aura::RootWindow* root_window_at_point = + aura::Window* root_window_at_point = wm::GetRootWindowAt(location_in_screen); gfx::Point location_in_root = location_in_screen; wm::ConvertPointFromScreen(root_window_at_point, &location_in_root); |