Index: content/browser/renderer_host/input/motion_event_web.h |
diff --git a/content/browser/renderer_host/input/motion_event_web.h b/content/browser/renderer_host/input/motion_event_web.h |
index 939c4e6ae5309eee79b29e4a063cbaab53fd1245..2c73a3ab8e51a5eb45cd15919b2ddb69b2d751ca 100644 |
--- a/content/browser/renderer_host/input/motion_event_web.h |
+++ b/content/browser/renderer_host/input/motion_event_web.h |
@@ -17,6 +17,7 @@ class MotionEventWeb : public ui::MotionEvent { |
virtual ~MotionEventWeb(); |
// ui::MotionEvent |
+ virtual int GetId() const OVERRIDE; |
virtual Action GetAction() const OVERRIDE; |
virtual int GetActionIndex() const OVERRIDE; |
virtual size_t GetPointerCount() const OVERRIDE; |