Index: components/test_runner/event_sender.h |
diff --git a/components/test_runner/event_sender.h b/components/test_runner/event_sender.h |
index ec28645bc35a7f4889d26cc7a849580b1ec792f8..4c3e63613192aa8ee1c7efe8918d59fdbb04c33c 100644 |
--- a/components/test_runner/event_sender.h |
+++ b/components/test_runner/event_sender.h |
@@ -135,6 +135,7 @@ class EventSender { |
void GestureScrollFirstPoint(int x, int y); |
bool GetMovedBeyondSlopRegionArg(gin::Arguments* args); |
+ uint32_t GetUniqueTouchEventId(gin::Arguments* args); |
void TouchStart(gin::Arguments* args); |
void TouchMove(gin::Arguments* args); |
void TouchCancel(gin::Arguments* args); |
@@ -173,7 +174,7 @@ class EventSender { |
void DoLeapForward(int milliseconds); |
- void SendCurrentTouchEvent(blink::WebInputEvent::Type, bool); |
+ void SendCurrentTouchEvent(blink::WebInputEvent::Type, bool, uint32_t); |
void GestureEvent(blink::WebInputEvent::Type, |
gin::Arguments*); |