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

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

Issue 397063004: wip: not complete. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 668901d5f9dc073b4aa6022dc9d7504d9303d3d0..f3d3271b61219b730c66b93de2b90035d121ad0d 100644
--- a/ui/events/ozone/evdev/touch_event_converter_evdev.h
+++ b/ui/events/ozone/evdev/touch_event_converter_evdev.h
@@ -35,6 +35,8 @@ class EVENTS_OZONE_EVDEV_EXPORT TouchEventConverterEvdev
// Start & stop watching for events.
virtual void Start() OVERRIDE;
virtual void Stop() OVERRIDE;
+ virtual bool HasIndirectTouch() OVERRIDE;
+ virtual bool HasRelXY() OVERRIDE;
private:
friend class MockTouchEventConverterEvdev;
« no previous file with comments | « ui/events/ozone/evdev/key_event_converter_evdev.cc ('k') | ui/events/ozone/evdev/touch_event_converter_evdev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698