Index: ui/ozone/public/surface_ozone_egl.cc |
diff --git a/ui/events/ozone/evdev/touch_evdev_types.cc b/ui/ozone/public/surface_ozone_egl.cc |
similarity index 57% |
copy from ui/events/ozone/evdev/touch_evdev_types.cc |
copy to ui/ozone/public/surface_ozone_egl.cc |
index 78807c18749d22ffe1471899401a7e1fa5426ec1..92330f3bf3890c5b6cb7ec38bd841067b925bf8c 100644 |
--- a/ui/events/ozone/evdev/touch_evdev_types.cc |
+++ b/ui/ozone/public/surface_ozone_egl.cc |
@@ -2,13 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ui/events/ozone/evdev/touch_evdev_types.h" |
+#include "ui/ozone/public/surface_ozone_egl.h" |
namespace ui { |
-InProgressTouchEvdev::InProgressTouchEvdev() { |
+bool SurfaceOzoneEGL::IsUniversalDisplayLinkDevice() { |
+ return false; |
} |
-InProgressTouchEvdev::~InProgressTouchEvdev() {} |
- |
} // namespace ui |