| Index: ash/test/ui_controls_factory_ash.cc
|
| diff --git a/ash/test/ui_controls_factory_ash.cc b/ash/test/ui_controls_factory_ash.cc
|
| index 8e4719bfa4857f4c3addde2ed2785dd918af241f..ebffbfd183c662052307b91e5090e9e509f6acec 100644
|
| --- a/ash/test/ui_controls_factory_ash.cc
|
| +++ b/ash/test/ui_controls_factory_ash.cc
|
| @@ -115,6 +115,15 @@ class UIControlsAsh : public UIControlsAura {
|
| return ui_controls && ui_controls->SendMouseClick(type);
|
| }
|
|
|
| + bool SendTouchEventsNotifyWhenDone(int action,
|
| + int num,
|
| + int x,
|
| + int y,
|
| + const base::Closure& task) override {
|
| + NOTIMPLEMENTED();
|
| + return false;
|
| + }
|
| +
|
| void RunClosureAfterAllPendingUIEvents(
|
| const base::Closure& closure) override {
|
| UIControlsAura* ui_controls =
|
|
|