| Index: ui/events/gesture_detection/motion_event_generic.cc
|
| diff --git a/ui/events/gesture_detection/motion_event_generic.cc b/ui/events/gesture_detection/motion_event_generic.cc
|
| index 475e9c5bc808eb3d40f042fd5a8aff751a4858c5..7fb0994f8b8c5084cc831fcded190266e01be5bf 100644
|
| --- a/ui/events/gesture_detection/motion_event_generic.cc
|
| +++ b/ui/events/gesture_detection/motion_event_generic.cc
|
| @@ -73,6 +73,10 @@ int MotionEventGeneric::GetId() const {
|
| return id_;
|
| }
|
|
|
| +uint64 MotionEventGeneric::GetUniqueId() const {
|
| + return unique_id_;
|
| +}
|
| +
|
| MotionEvent::Action MotionEventGeneric::GetAction() const {
|
| return action_;
|
| }
|
|
|