summaryrefslogtreecommitdiffstats
path: root/WebKitTools/WebKitTestRunner/mac/PlatformWebViewMac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/WebKitTestRunner/mac/PlatformWebViewMac.mm')
-rw-r--r--WebKitTools/WebKitTestRunner/mac/PlatformWebViewMac.mm5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebKitTools/WebKitTestRunner/mac/PlatformWebViewMac.mm b/WebKitTools/WebKitTestRunner/mac/PlatformWebViewMac.mm
index 4e2a60c..96e6526 100644
--- a/WebKitTools/WebKitTestRunner/mac/PlatformWebViewMac.mm
+++ b/WebKitTools/WebKitTestRunner/mac/PlatformWebViewMac.mm
@@ -58,4 +58,9 @@ WKPageRef PlatformWebView::page()
return [m_view pageRef];
}
+void PlatformWebView::focus()
+{
+ // Implement.
+}
+
} // namespace WTR