| Index: ash/wm/ash_native_cursor_manager_interactive_uitest.cc
|
| diff --git a/ash/wm/ash_native_cursor_manager_interactive_uitest.cc b/ash/wm/ash_native_cursor_manager_interactive_uitest.cc
|
| index 915a06c026e9565b2b9dead80b037160d2cccee0..19e3bc4e04b24e5ee850c7ea9e37f61942802d1c 100644
|
| --- a/ash/wm/ash_native_cursor_manager_interactive_uitest.cc
|
| +++ b/ash/wm/ash_native_cursor_manager_interactive_uitest.cc
|
| @@ -39,7 +39,7 @@ void MoveMouseSync(aura::Window* window, int x, int y) {
|
| #if defined(USE_X11)
|
| XWarpPointer(base::MessagePumpX11::GetDefaultXDisplay(),
|
| None,
|
| - window->GetDispatcher()->GetAcceleratedWidget(),
|
| + window->GetDispatcher()->host()->GetAcceleratedWidget(),
|
| 0, 0, 0, 0,
|
| x, y);
|
| #endif
|
|
|