| 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..c33a302f59cbd8536555dbc5da83eb7920801c57 100644
|
| --- a/components/test_runner/event_sender.h
|
| +++ b/components/test_runner/event_sender.h
|
| @@ -72,11 +72,17 @@ class EventSender {
|
| void PointerDown(int button_number,
|
| int modifiers,
|
| blink::WebPointerProperties::PointerType,
|
| - int pointerId);
|
| + int pointerId,
|
| + float pressure,
|
| + int tiltX,
|
| + int tiltY);
|
| void PointerUp(int button_number,
|
| int modifiers,
|
| blink::WebPointerProperties::PointerType,
|
| - int pointerId);
|
| + int pointerId,
|
| + float pressure,
|
| + int tiltX,
|
| + int tiltY);
|
| void SetMouseButtonState(int button_number, int modifiers);
|
|
|
| void KeyDown(const std::string& code_str,
|
|
|