| Index: chrome/browser/automation/ui_controls_aurax11.cc
|
| diff --git a/chrome/browser/automation/ui_controls_aurax11.cc b/chrome/browser/automation/ui_controls_aurax11.cc
|
| index 20c4c17e15296edc01d9405a7434cd3f9382e5be..3dcd58a5f8eda6ed02828666df3e19bf99c2eadc 100644
|
| --- a/chrome/browser/automation/ui_controls_aurax11.cc
|
| +++ b/chrome/browser/automation/ui_controls_aurax11.cc
|
| @@ -148,7 +148,7 @@ bool SendMouseMoveNotifyWhenDone(long x, long y, const base::Closure& closure) {
|
| // Desktop will take care of other necessary fields.
|
| aura::Desktop::GetInstance()->PostNativeEvent(&xevent);
|
| RunClosureAfterAllPendingUIEvents(closure);
|
| - return false;
|
| + return true;
|
| }
|
|
|
| bool SendMouseEvents(MouseButton type, int state) {
|
| @@ -191,7 +191,7 @@ bool SendMouseEventsNotifyWhenDone(MouseButton type,
|
| desktop->PostNativeEvent(&xevent);
|
| }
|
| RunClosureAfterAllPendingUIEvents(closure);
|
| - return false;
|
| + return true;
|
| }
|
|
|
| bool SendMouseClick(MouseButton type) {
|
|
|