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

Unified Diff: ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.h

Issue 864253002: Dump property values for the touch log source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix %lu -> %zu Created 5 years, 11 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/libgestures_glue/gesture_property_provider.h
diff --git a/ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.h b/ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.h
index caa32ecd35803b6194ec6fb7b09bd8d3a1941552..1b21e4180e1b2eac36e5e96ede65a01bcb38db2c 100644
--- a/ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.h
+++ b/ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.h
@@ -96,6 +96,13 @@ class EVENTS_OZONE_EVDEV_EXPORT GesturePropertyProvider {
// clicked "OK").
GesturesProp* GetProperty(const DeviceId device_id, const std::string& name);
+ // Get the names of all properties of one device. Mostly used for the logging
+ // purpose.
+ std::vector<std::string> GetPropertyNamesById(const DeviceId device_id);
+
+ // Get the (Evdev) device name. Mostly used for the logging purpose.
+ std::string GetDeviceNameById(const DeviceId device_id);
+
private:
friend class GesturesPropFunctionsWrapper;
« no previous file with comments | « ui/events/ozone/evdev/input_controller_evdev.cc ('k') | ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698