| 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..178b5db2acaace15c1a4b4878ea95d5b3056e924 100644
|
| --- a/ui/base/test/ui_controls_aura.h
|
| +++ b/ui/base/test/ui_controls_aura.h
|
| @@ -47,6 +47,10 @@ class UIControlsAura {
|
| // Same as SendMouseEvents with BUTTON_UP | BUTTON_DOWN.
|
| virtual bool SendMouseClick(MouseButton type) = 0;
|
|
|
| +#if defined(OS_WIN)
|
| + virtual bool SendTouchEvents(int action, int num, int x, int y) = 0;
|
| +#endif
|
| +
|
| // Runs |closure| after processing all pending ui events.
|
| virtual void RunClosureAfterAllPendingUIEvents(
|
| const base::Closure& closure) = 0;
|
|
|