Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Unified Diff: ui/events/ozone/event_factory_delegate_ozone.cc

Issue 28513004: Move evdev events support into EventFactoryDelegateEvdev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add evdev to filename_rules.gypi Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/events/ozone/event_factory_delegate_ozone.h ('k') | ui/events/ozone/event_factory_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/events/ozone/event_factory_delegate_ozone.h ('k') | ui/events/ozone/event_factory_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698