Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(477)

Unified Diff: webkit/tools/test_shell/event_sending_controller.h

Issue 266076: Fix EventSendingController so that we do event saving and replay like what We... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698