| Index: ui/base/test/ui_controls_aura.h
|
| diff --git a/ui/base/test/ui_controls_aura.h b/ui/base/test/ui_controls_aura.h
|
| index 22249442ad99ab6456da2abeeab4495ee63bb01d..172477a0413d4682cd08a060807d22b1e32f1e8a 100644
|
| --- a/ui/base/test/ui_controls_aura.h
|
| +++ b/ui/base/test/ui_controls_aura.h
|
| @@ -47,6 +47,14 @@ class UIControlsAura {
|
| // Same as SendMouseEvents with BUTTON_UP | BUTTON_DOWN.
|
| virtual bool SendMouseClick(MouseButton type) = 0;
|
|
|
| + virtual bool SendTouchEvents(int action, int num, int x, int y) = 0;
|
| +
|
| + virtual bool SendTouchEventsNotifyWhenDone(int action,
|
| + int num,
|
| + int x,
|
| + int y,
|
| + const base::Closure& task) = 0;
|
| +
|
| // Runs |closure| after processing all pending ui events.
|
| virtual void RunClosureAfterAllPendingUIEvents(
|
| const base::Closure& closure) = 0;
|
|
|