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

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

Issue 387002: Implement EventSender.mouseWheelTo method.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 32002)
+++ webkit/tools/test_shell/event_sending_controller.h (working copy)
@@ -49,6 +49,7 @@
void mouseDown(const CppArgumentList& args, CppVariant* result);
void mouseUp(const CppArgumentList& args, CppVariant* result);
void mouseMoveTo(const CppArgumentList& args, CppVariant* result);
+ void mouseWheelTo(const CppArgumentList& args, CppVariant* result);
void leapForward(const CppArgumentList& args, CppVariant* result);
void keyDown(const CppArgumentList& args, CppVariant* result);
void dispatchMessage(const CppArgumentList& args, CppVariant* result);
« no previous file with comments | « webkit/tools/layout_tests/test_expectations.txt ('k') | webkit/tools/test_shell/event_sending_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698