| Index: ui/events/gesture_detection/motion_event_buffer.cc
|
| diff --git a/ui/events/gesture_detection/motion_event_buffer.cc b/ui/events/gesture_detection/motion_event_buffer.cc
|
| index c65df6d2315ce1affa3ca81992db7a637a8a4040..e8e0eb1a6e7e371df84a822ccacaeef74cbc0260 100644
|
| --- a/ui/events/gesture_detection/motion_event_buffer.cc
|
| +++ b/ui/events/gesture_detection/motion_event_buffer.cc
|
| @@ -231,6 +231,8 @@ class CompoundMotionEvent : public ui::MotionEvent {
|
| return latest().GetButtonState();
|
| }
|
|
|
| + virtual int GetFlags() const OVERRIDE { return latest().GetFlags(); }
|
| +
|
| virtual base::TimeTicks GetEventTime() const OVERRIDE {
|
| return latest().GetEventTime();
|
| }
|
|
|