| Index: trunk/src/ash/autoclick/autoclick_controller.cc
|
| ===================================================================
|
| --- trunk/src/ash/autoclick/autoclick_controller.cc (revision 236090)
|
| +++ trunk/src/ash/autoclick/autoclick_controller.cc (working copy)
|
| @@ -197,8 +197,8 @@
|
| click_location,
|
| mouse_event_flags_ | ui::EF_LEFT_MOUSE_BUTTON);
|
|
|
| - dispatcher->AsWindowTreeHostDelegate()->OnHostMouseEvent(&press_event);
|
| - dispatcher->AsWindowTreeHostDelegate()->OnHostMouseEvent(&release_event);
|
| + dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&press_event);
|
| + dispatcher->AsRootWindowHostDelegate()->OnHostMouseEvent(&release_event);
|
| }
|
|
|
| // static.
|
|
|