| Index: ui/views/test/ui_controls_factory_desktop_aurax11.cc
|
| diff --git a/ui/views/test/ui_controls_factory_desktop_aurax11.cc b/ui/views/test/ui_controls_factory_desktop_aurax11.cc
|
| index 117a268df4d508908e036884a563fabe175a0db5..05f73db5beffb70905461783367e18fbcfffe7ac 100644
|
| --- a/ui/views/test/ui_controls_factory_desktop_aurax11.cc
|
| +++ b/ui/views/test/ui_controls_factory_desktop_aurax11.cc
|
| @@ -216,6 +216,10 @@ class UIControlsDesktopX11 : public UIControlsAura {
|
| bool SendMouseClick(MouseButton type) override {
|
| return SendMouseEvents(type, UP | DOWN);
|
| }
|
| + bool SendTouchEvents(int action, int num, long x, long y) override {
|
| + NOTIMPLEMENTED();
|
| + return false;
|
| + }
|
| void RunClosureAfterAllPendingUIEvents(
|
| const base::Closure& closure) override {
|
| if (closure.is_null())
|
|
|