Chromium Code Reviews| Index: ui/events/gestures/motion_event_aura.h |
| diff --git a/ui/events/gestures/motion_event_aura.h b/ui/events/gestures/motion_event_aura.h |
| index 7ebf264103ff7403c5bb6187f460ec1fc2e89581..bf0a5029cb0ae34480a4eb9d628e6846dcc311d2 100644 |
| --- a/ui/events/gestures/motion_event_aura.h |
| +++ b/ui/events/gestures/motion_event_aura.h |
| @@ -48,6 +48,8 @@ class EVENTS_EXPORT MotionEventAura : public MotionEvent { |
| size_t historical_index) const OVERRIDE; |
| virtual float GetHistoricalY(size_t pointer_index, |
| size_t historical_index) const OVERRIDE; |
| + virtual ToolType GetToolType(size_t pointer_index) const OVERRIDE; |
|
jdduke (slow)
2014/06/20 15:33:25
Rick, would this data ever be useful for WebTouchE
|
| + virtual int GetButtonState() const OVERRIDE; |
| virtual scoped_ptr<MotionEvent> Clone() const OVERRIDE; |
| virtual scoped_ptr<MotionEvent> Cancel() const OVERRIDE; |