Index: third_party/WebKit/Source/web/WebViewImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp |
index 00c8ca2d67c0f489f10c7ad4862100d0f336bb41..5ec3ff723b81661d64bb49f3397a67f584b8ff19 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp |
@@ -1589,11 +1589,6 @@ bool WebViewImpl::zoomToMultipleTargetsRect(const WebRect& rectInRootFrame) { |
return true; |
} |
-void WebViewImpl::hasTouchEventHandlers(bool hasTouchHandlers) { |
- if (m_client) |
- m_client->hasTouchEventHandlers(hasTouchHandlers); |
-} |
- |
bool WebViewImpl::hasTouchEventHandlersAt(const WebPoint& point) { |
// FIXME: Implement this. Note that the point must be divided by |
// pageScaleFactor. |