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

Unified Diff: content/browser/renderer_host/input/motion_event_web.cc

Issue 212663010: Store the id of a contributing motion event in GestureEventData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update test. Created 6 years, 9 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: content/browser/renderer_host/input/motion_event_web.cc
diff --git a/content/browser/renderer_host/input/motion_event_web.cc b/content/browser/renderer_host/input/motion_event_web.cc
index 2cbaa40ac51ff5d6aa876ca6f7f601e8fe90350e..07b65142dd0273f009f119953145b8fc3e266e89 100644
--- a/content/browser/renderer_host/input/motion_event_web.cc
+++ b/content/browser/renderer_host/input/motion_event_web.cc
@@ -69,6 +69,10 @@ MotionEventWeb::MotionEventWeb(const WebTouchEvent& event)
MotionEventWeb::~MotionEventWeb() {}
+int MotionEventWeb::GetId() const {
+ return 0;
+}
+
MotionEventWeb::Action MotionEventWeb::GetAction() const {
return cached_action_;
}
« no previous file with comments | « content/browser/renderer_host/input/motion_event_web.h ('k') | ui/events/gesture_detection/gesture_event_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698