| 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 534e0c4cb41d6aa8b910bfd13339863240c2dec1..c78860701c8d22eb06896c20f9971657d5b2576d 100644
|
| --- a/ui/views/test/ui_controls_factory_desktop_aurax11.cc
|
| +++ b/ui/views/test/ui_controls_factory_desktop_aurax11.cc
|
| @@ -217,6 +217,10 @@ class UIControlsDesktopX11 : public UIControlsAura {
|
| bool SendMouseClick(MouseButton type) override {
|
| return SendMouseEvents(type, UP | DOWN);
|
| }
|
| + bool SendTouchEvents(int action, int num, int x, int y) override {
|
| + NOTIMPLEMENTED();
|
| + return false;
|
| + }
|
| void RunClosureAfterAllPendingUIEvents(
|
| const base::Closure& closure) override {
|
| if (closure.is_null())
|
|
|