Index: ui/views/corewm/compound_event_filter.cc |
diff --git a/ui/views/corewm/compound_event_filter.cc b/ui/views/corewm/compound_event_filter.cc |
index 0d021bdbf35f0aff20f4358658203be6703f6725..146edb30547ca96cc3d2a9b9e7f8790c360c7f2b 100644 |
--- a/ui/views/corewm/compound_event_filter.cc |
+++ b/ui/views/corewm/compound_event_filter.cc |
@@ -123,7 +123,7 @@ void CompoundEventFilter::UpdateCursor(aura::Window* target, |
ui::MouseEvent* event) { |
// If drag and drop is in progress, let the drag drop client set the cursor |
// instead of setting the cursor here. |
- aura::RootWindow* root_window = target->GetRootWindow(); |
+ aura::Window* root_window = target->GetRootWindow(); |
aura::client::DragDropClient* drag_drop_client = |
aura::client::GetDragDropClient(root_window); |
if (drag_drop_client && drag_drop_client->IsDragDropInProgress()) |