summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/src/ChromeClientImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/ChromeClientImpl.cpp')
-rw-r--r--Source/WebKit/chromium/src/ChromeClientImpl.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/src/ChromeClientImpl.cpp b/Source/WebKit/chromium/src/ChromeClientImpl.cpp
index f12bf03..eee6934 100644
--- a/Source/WebKit/chromium/src/ChromeClientImpl.cpp
+++ b/Source/WebKit/chromium/src/ChromeClientImpl.cpp
@@ -162,6 +162,11 @@ ChromeClientImpl::~ChromeClientImpl()
{
}
+void* ChromeClientImpl::webView() const
+{
+ return static_cast<void*>(m_webView);
+}
+
void ChromeClientImpl::chromeDestroyed()
{
// Our lifetime is bound to the WebViewImpl.