| 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..59fba65e32bdbbfa18826f6991525f34cb4be02e 100644
|
| --- a/ash/test/ui_controls_factory_ash.cc
|
| +++ b/ash/test/ui_controls_factory_ash.cc
|
| @@ -115,6 +115,11 @@ class UIControlsAsh : public UIControlsAura {
|
| return ui_controls && ui_controls->SendMouseClick(type);
|
| }
|
|
|
| + bool SendTouchEvents(int action, int num, int x, int y) override {
|
| + NOTIMPLEMENTED();
|
| + return false;
|
| + }
|
| +
|
| void RunClosureAfterAllPendingUIEvents(
|
| const base::Closure& closure) override {
|
| UIControlsAura* ui_controls =
|
|
|