| Index: ui/events/ozone/event_factory_delegate_ozone.cc
|
| diff --git a/ui/base/touch/touch_device.cc b/ui/events/ozone/event_factory_delegate_ozone.cc
|
| similarity index 54%
|
| copy from ui/base/touch/touch_device.cc
|
| copy to ui/events/ozone/event_factory_delegate_ozone.cc
|
| index de7785cb40a5a8dd018fc3a67e83c95c11a8e56d..7d382afb3a6f449cd987452f6b307577b228ab18 100644
|
| --- a/ui/base/touch/touch_device.cc
|
| +++ b/ui/events/ozone/event_factory_delegate_ozone.cc
|
| @@ -2,14 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/base/touch/touch_device.h"
|
| +#include "ui/events/ozone/event_factory_delegate_ozone.h"
|
|
|
| namespace ui {
|
|
|
| -// Platforms supporting touch link in an alternate implementation of this
|
| -// method.
|
| -bool IsTouchDevicePresent() {
|
| - return false;
|
| -}
|
| +EventFactoryDelegateOzone::EventFactoryDelegateOzone() {}
|
| +
|
| +EventFactoryDelegateOzone::~EventFactoryDelegateOzone() {}
|
|
|
| } // namespace ui
|
|
|