| Index: components/test_runner/event_sender.h
|
| diff --git a/components/test_runner/event_sender.h b/components/test_runner/event_sender.h
|
| index 6f48eaf29e3492587a392e5c0733635ae1872a85..f60a444c4abba68d5712dee76f5b2c14a90a8940 100644
|
| --- a/components/test_runner/event_sender.h
|
| +++ b/components/test_runner/event_sender.h
|
| @@ -15,6 +15,7 @@
|
| #include "build/build_config.h"
|
| #include "components/test_runner/web_task.h"
|
| #include "third_party/WebKit/public/platform/WebDragData.h"
|
| +#include "third_party/WebKit/public/platform/WebInputEventResult.h"
|
| #include "third_party/WebKit/public/platform/WebPoint.h"
|
| #include "third_party/WebKit/public/web/WebDragOperation.h"
|
| #include "third_party/WebKit/public/web/WebInputEvent.h"
|
| @@ -182,7 +183,8 @@ class EventSender : public base::SupportsWeakPtr<EventSender> {
|
| void DoMouseUp(const blink::WebMouseEvent&);
|
| void DoMouseMove(const blink::WebMouseEvent&);
|
| void ReplaySavedEvents();
|
| - bool HandleInputEventOnViewOrPopup(const blink::WebInputEvent&);
|
| + blink::WebInputEventResult HandleInputEventOnViewOrPopup(
|
| + const blink::WebInputEvent&);
|
|
|
| double last_event_timestamp() { return last_event_timestamp_; }
|
|
|
|
|