| Index: trunk/src/ui/events/gestures/gesture_recognizer_impl.h
|
| ===================================================================
|
| --- trunk/src/ui/events/gestures/gesture_recognizer_impl.h (revision 244019)
|
| +++ trunk/src/ui/events/gestures/gesture_recognizer_impl.h (working copy)
|
| @@ -39,7 +39,7 @@
|
| virtual GestureConsumer* GetTargetForGestureEvent(
|
| const GestureEvent& event) OVERRIDE;
|
| virtual GestureConsumer* GetTargetForLocation(
|
| - const gfx::Point& location, int source_device_id) OVERRIDE;
|
| + const gfx::Point& location) OVERRIDE;
|
| virtual void TransferEventsTo(GestureConsumer* current_consumer,
|
| GestureConsumer* new_consumer) OVERRIDE;
|
| virtual bool GetLastTouchPointForTarget(GestureConsumer* consumer,
|
|
|