| Index: webkit/tools/test_shell/event_sending_controller.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/event_sending_controller.h (revision 25255)
|
| +++ webkit/tools/test_shell/event_sending_controller.h (working copy)
|
| @@ -55,13 +55,14 @@
|
| void zoomPageOut(const CppArgumentList& args, CppVariant* result);
|
| void scheduleAsynchronousClick(const CppArgumentList& args,
|
| CppVariant* result);
|
| + void beginDragWithFiles(const CppArgumentList& args, CppVariant* result);
|
| + CppVariant dragMode;
|
|
|
| // Unimplemented stubs
|
| void contextClick(const CppArgumentList& args, CppVariant* result);
|
| void enableDOMUIEventLogging(const CppArgumentList& args, CppVariant* result);
|
| void fireKeyboardEventsToElement(const CppArgumentList& args, CppVariant* result);
|
| void clearKillRing(const CppArgumentList& args, CppVariant* result);
|
| - CppVariant dragMode;
|
|
|
| // Properties used in layout tests.
|
| #if defined(OS_WIN)
|
|
|