| 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 5b4856f2b9c8aa40a7ab79baa072a82196f08578..cea1155c38636265c88b84b40c6fa3e323a3d63a 100644
|
| --- a/ui/events/gesture_detection/mock_motion_event.h
|
| +++ b/ui/events/gesture_detection/mock_motion_event.h
|
| @@ -60,6 +60,7 @@ struct MockMotionEvent : public MotionEvent {
|
| size_t historical_index) const OVERRIDE;
|
| virtual float GetHistoricalY(size_t pointer_index,
|
| size_t historical_index) const OVERRIDE;
|
| + virtual bool ShouldConvertToMouseEvent() const OVERRIDE;
|
|
|
| virtual scoped_ptr<MotionEvent> Clone() const OVERRIDE;
|
| virtual scoped_ptr<MotionEvent> Cancel() const OVERRIDE;
|
|
|