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_; |
} |