| Index: ui/events/gesture_detection/mock_motion_event.h
|
| diff --git a/ui/events/gesture_detection/mock_motion_event.h b/ui/events/gesture_detection/mock_motion_event.h
|
| index d5c7f535d3b27da03a42cfab1166c9f585ef364a..f52b849a6b5dbccd3a0c0712d5782bb0054dfd34 100644
|
| --- a/ui/events/gesture_detection/mock_motion_event.h
|
| +++ b/ui/events/gesture_detection/mock_motion_event.h
|
| @@ -32,6 +32,7 @@ struct MockMotionEvent : public 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(size_t historical_index) const
|
|
|