| Index: components/test_runner/event_sender.h
|
| diff --git a/components/test_runner/event_sender.h b/components/test_runner/event_sender.h
|
| index 692f48ee78bb9b14d830f3c2fe73eb8c785e55c0..ec28645bc35a7f4889d26cc7a849580b1ec792f8 100644
|
| --- a/components/test_runner/event_sender.h
|
| +++ b/components/test_runner/event_sender.h
|
| @@ -134,10 +134,11 @@ class EventSender {
|
| bool IsFlinging() const;
|
| void GestureScrollFirstPoint(int x, int y);
|
|
|
| - void TouchStart();
|
| - void TouchMove();
|
| - void TouchCancel();
|
| - void TouchEnd();
|
| + bool GetMovedBeyondSlopRegionArg(gin::Arguments* args);
|
| + void TouchStart(gin::Arguments* args);
|
| + void TouchMove(gin::Arguments* args);
|
| + void TouchCancel(gin::Arguments* args);
|
| + void TouchEnd(gin::Arguments* args);
|
| void NotifyStartOfTouchScroll();
|
|
|
| void LeapForward(int milliseconds);
|
|
|