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 113edd6642cab177ad56db78ba5a7a78c31a9432..284115917f88c6e1cd68f9d2180d299003b6d6b2 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. |