| Index: ui/base/test/ui_controls_aura.cc
|
| diff --git a/ui/base/test/ui_controls_aura.cc b/ui/base/test/ui_controls_aura.cc
|
| index c8367ab803997d1303a8d92c110686a180e1b538..98fac1b20e27220745741da4f6b3408cc11f0a2d 100644
|
| --- a/ui/base/test/ui_controls_aura.cc
|
| +++ b/ui/base/test/ui_controls_aura.cc
|
| @@ -75,6 +75,14 @@ bool SendMouseClick(MouseButton type) {
|
| return instance_->SendMouseClick(type);
|
| }
|
|
|
| +#if defined(OS_WIN)
|
| +// static
|
| +bool SendTouchEvents(int action, int num, int x, int y) {
|
| + CHECK(g_ui_controls_enabled);
|
| + return instance_->SendTouchEvents(action, num, x, y);
|
| +}
|
| +#endif
|
| +
|
| // static
|
| void RunClosureAfterAllPendingUIEvents(const base::Closure& closure) {
|
| instance_->RunClosureAfterAllPendingUIEvents(closure);
|
|
|