Index: content/browser/renderer_host/input/motion_event_android.h |
diff --git a/content/browser/renderer_host/input/motion_event_android.h b/content/browser/renderer_host/input/motion_event_android.h |
index 8f81a8a4d379575599328fc176bdf6522a247f3b..bcc9048f4f1c5965db8b8a60986b81b6108eb476 100644 |
--- a/content/browser/renderer_host/input/motion_event_android.h |
+++ b/content/browser/renderer_host/input/motion_event_android.h |
@@ -38,6 +38,7 @@ class MotionEventAndroid : public ui::MotionEvent { |
virtual ~MotionEventAndroid(); |
// ui::MotionEvent methods. |
+ virtual int GetId() const OVERRIDE; |
virtual Action GetAction() const OVERRIDE; |
virtual int GetActionIndex() const OVERRIDE; |
virtual size_t GetPointerCount() const OVERRIDE; |