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