| Index: ui/aura/test/ui_controls_factory_ozone.cc
|
| diff --git a/ui/aura/test/ui_controls_factory_ozone.cc b/ui/aura/test/ui_controls_factory_ozone.cc
|
| index 403757b947503c7c2cf344760960eb90af5a6937..0117bb491993b85bcce602b907b73b98104d4d40 100644
|
| --- a/ui/aura/test/ui_controls_factory_ozone.cc
|
| +++ b/ui/aura/test/ui_controls_factory_ozone.cc
|
| @@ -173,6 +173,10 @@ class UIControlsOzone : public ui_controls::UIControlsAura {
|
| bool SendMouseClick(ui_controls::MouseButton type) override {
|
| return SendMouseEvents(type, ui_controls::UP | ui_controls::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())
|
|
|