summaryrefslogtreecommitdiffstats
path: root/WebKitTools/WebKitTestRunner/PlatformWebView.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/WebKitTestRunner/PlatformWebView.h')
-rw-r--r--WebKitTools/WebKitTestRunner/PlatformWebView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKitTools/WebKitTestRunner/PlatformWebView.h b/WebKitTools/WebKitTestRunner/PlatformWebView.h
index 6fc4509..29c63ae 100644
--- a/WebKitTools/WebKitTestRunner/PlatformWebView.h
+++ b/WebKitTools/WebKitTestRunner/PlatformWebView.h
@@ -51,6 +51,7 @@ public:
WKPageRef page();
PlatformWKView platformView() { return m_view; }
void resizeTo(unsigned width, unsigned height);
+ void focus();
private:
PlatformWKView m_view;