| Index: ui/aura/test/ui_controls_factory_aurax11.cc
|
| diff --git a/ui/aura/test/ui_controls_factory_aurax11.cc b/ui/aura/test/ui_controls_factory_aurax11.cc
|
| index 3dd0199806806e3eb4fd53fa7ffeeeac6a7ef35f..414bc5a4b445af20296f9b7e63cdc782a0321d96 100644
|
| --- a/ui/aura/test/ui_controls_factory_aurax11.cc
|
| +++ b/ui/aura/test/ui_controls_factory_aurax11.cc
|
| @@ -183,6 +183,14 @@ class UIControlsX11 : public UIControlsAura {
|
| bool SendMouseClick(MouseButton type) override {
|
| return SendMouseEvents(type, UP | DOWN);
|
| }
|
| + 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 {
|
| if (closure.is_null())
|
|
|