| 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 3789ec64657f5c516fd31800bddafd45dc667fac..dc8c8700a8dc9cd981f0cb5a430ca65a416f7238 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_;
|
| }
|
|
|
| +uint32 MotionEventGeneric::GetUniqueId() const {
|
| + return unique_id_;
|
| +}
|
| +
|
| MotionEvent::Action MotionEventGeneric::GetAction() const {
|
| return action_;
|
| }
|
|
|