| 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..3053413980901ccb647ca7f3f0c99a347612882a 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,
|
| + long x,
|
| + long y,
|
| + const base::Closure& task);
|
| void RunClosureAfterAllPendingUITasksImpl(const base::Closure& task);
|
|
|
| } // namespace internal
|
|
|