| Index: ui/base/test/ui_controls_internal_win.h
|
| diff --git a/ui/base/test/ui_controls_internal_win.h b/ui/base/test/ui_controls_internal_win.h
|
| index 1f7c54fe4c9e1dac56a16682b4fdb611f795a279..8c2c60e63c6bc163ac65c67fc0e2fd217d578933 100644
|
| --- a/ui/base/test/ui_controls_internal_win.h
|
| +++ b/ui/base/test/ui_controls_internal_win.h
|
| @@ -24,6 +24,11 @@ bool SendMouseMoveImpl(long screen_x, long screen_y, const base::Closure& task);
|
| bool SendMouseEventsImpl(MouseButton type,
|
| int state,
|
| const base::Closure& task);
|
| +bool SendTouchEventsImpl(int action,
|
| + int num,
|
| + int x,
|
| + int y,
|
| + const base::Closure& task);
|
| void RunClosureAfterAllPendingUITasksImpl(const base::Closure& task);
|
|
|
| } // namespace internal
|
|
|