summaryrefslogtreecommitdiff
path: root/Tools/DumpRenderTree/chromium/TestRunner/TestDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/DumpRenderTree/chromium/TestRunner/TestDelegate.h')
-rw-r--r--Tools/DumpRenderTree/chromium/TestRunner/TestDelegate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/DumpRenderTree/chromium/TestRunner/TestDelegate.h b/Tools/DumpRenderTree/chromium/TestRunner/TestDelegate.h
index 4d1af7a72..599e11d4c 100644
--- a/Tools/DumpRenderTree/chromium/TestRunner/TestDelegate.h
+++ b/Tools/DumpRenderTree/chromium/TestRunner/TestDelegate.h
@@ -36,6 +36,7 @@
namespace WebKit {
struct WebContextMenuData;
+class WebGamepads;
}
class TestDelegate {
@@ -45,6 +46,7 @@ public:
virtual void fillSpellingSuggestionList(const WebKit::WebString& word, Vector<WebKit::WebString>* suggestions) = 0;
virtual void setEditCommand(const std::string& name, const std::string& value) = 0;
virtual WebKit::WebContextMenuData* lastContextMenuData() const = 0;
+ virtual void setGamepadData(const WebKit::WebGamepads&) = 0;
};
#endif // TestDelegate_h