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 011d713af2fc9f5cc4c5ee1cf5e2ff4ff2ada043..939c4e6ae5309eee79b29e4a063cbaab53fd1245 100644 |
--- a/content/browser/renderer_host/input/motion_event_web.h |
+++ b/content/browser/renderer_host/input/motion_event_web.h |
@@ -24,6 +24,7 @@ class MotionEventWeb : public ui::MotionEvent { |
virtual float GetX(size_t pointer_index) const OVERRIDE; |
virtual float GetY(size_t pointer_index) const OVERRIDE; |
virtual float GetTouchMajor(size_t pointer_index) const OVERRIDE; |
+ virtual float GetPressure(size_t pointer_index) const OVERRIDE; |
virtual base::TimeTicks GetEventTime() const OVERRIDE; |
virtual size_t GetHistorySize() const OVERRIDE; |
virtual base::TimeTicks GetHistoricalEventTime( |