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

Unified Diff: ui/events/ozone/evdev/touch_event_converter_evdev.h

Issue 616633002: [Ozone-Evdev] Propagate touchscreen device information to DeviceDataManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 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
Index: ui/events/ozone/evdev/touch_event_converter_evdev.h
diff --git a/ui/events/ozone/evdev/touch_event_converter_evdev.h b/ui/events/ozone/evdev/touch_event_converter_evdev.h
index eedb243b6c4fa8c188b27fdd0f9c01eee0b168f3..5528e77b57477221fbd7760299362c0b2c5b862a 100644
--- a/ui/events/ozone/evdev/touch_event_converter_evdev.h
+++ b/ui/events/ozone/evdev/touch_event_converter_evdev.h
@@ -27,7 +27,7 @@ class EVENTS_OZONE_EVDEV_EXPORT TouchEventConverterEvdev
};
TouchEventConverterEvdev(int fd,
base::FilePath path,
- const EventDeviceInfo& info,
+ scoped_ptr<EventDeviceInfo> device_info,
const EventDispatchCallback& dispatch);
virtual ~TouchEventConverterEvdev();
@@ -35,7 +35,7 @@ class EVENTS_OZONE_EVDEV_EXPORT TouchEventConverterEvdev
friend class MockTouchEventConverterEvdev;
// Unsafe part of initialization.
- void Init(const EventDeviceInfo& info);
+ void Init();
// Overidden from base::MessagePumpLibevent::Watcher.
virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698