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

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

Issue 750593003: Ozone X11 platform Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup leftover stuff Created 6 years 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/keycodes/keyboard_codes_posix.h ('k') | ui/events/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/events_ozone.cc
diff --git a/ui/events/ozone/events_ozone.cc b/ui/events/ozone/events_ozone.cc
index 932600da3f00449f98f88750823406c812af235a..212ab9bce33b64222a1c19c688134c16ead21700 100644
--- a/ui/events/ozone/events_ozone.cc
+++ b/ui/events/ozone/events_ozone.cc
@@ -10,8 +10,6 @@
namespace ui {
-void UpdateDeviceList() { NOTIMPLEMENTED(); }
-
base::TimeDelta EventTimeFromNative(const base::NativeEvent& native_event) {
const ui::Event* event = static_cast<const ui::Event*>(native_event);
return event->time_stamp();
« no previous file with comments | « ui/events/keycodes/keyboard_codes_posix.h ('k') | ui/events/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698