| Index: webkit/tools/test_shell/event_sending_controller.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/event_sending_controller.h (revision 28925)
|
| +++ webkit/tools/test_shell/event_sending_controller.h (working copy)
|
| @@ -28,7 +28,6 @@
|
|
|
| namespace WebKit {
|
| class WebDragData;
|
| -class WebMouseEvent;
|
| struct WebPoint;
|
| }
|
|
|
| @@ -91,6 +90,7 @@
|
| // handling purposes. These methods dispatch the event.
|
| static void DoMouseMove(const WebKit::WebMouseEvent& e);
|
| static void DoMouseUp(const WebKit::WebMouseEvent& e);
|
| + static void DoLeapForward(int milliseconds);
|
| static void ReplaySavedEvents();
|
|
|
| // Helper to return the button type given a button code
|
| @@ -105,6 +105,8 @@
|
| // be passed into the generated event.
|
| bool NeedsShiftModifier(int key_code);
|
|
|
| + void UpdateClickCountForButton(int button_number);
|
| +
|
| ScopedRunnableMethodFactory<EventSendingController> method_factory_;
|
|
|
| // Non-owning pointer. The LayoutTestController is owned by the host.
|
|
|