| 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..97b4688548becd933b87efeff9214f7c478156a8 100644
|
| --- a/ui/base/test/ui_controls_internal_win.h
|
| +++ b/ui/base/test/ui_controls_internal_win.h
|
| @@ -24,6 +24,7 @@ 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);
|
| void RunClosureAfterAllPendingUITasksImpl(const base::Closure& task);
|
|
|
| } // namespace internal
|
|
|