summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/inspector/InspectorController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/inspector/InspectorController.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/core/inspector/InspectorController.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/chromium/third_party/WebKit/Source/core/inspector/InspectorController.cpp b/chromium/third_party/WebKit/Source/core/inspector/InspectorController.cpp
index fdb31a51c32..a9cb37b199a 100644
--- a/chromium/third_party/WebKit/Source/core/inspector/InspectorController.cpp
+++ b/chromium/third_party/WebKit/Source/core/inspector/InspectorController.cpp
@@ -322,15 +322,6 @@ Node* InspectorController::highlightedNode() const
return m_overlay->highlightedNode();
}
-bool InspectorController::handleGestureEvent(Frame* frame, const PlatformGestureEvent& event)
-{
- // Overlay should not consume events.
- m_overlay->handleGestureEvent(event);
- if (InspectorDOMAgent* domAgent = m_instrumentingAgents->inspectorDOMAgent())
- return domAgent->handleGestureEvent(frame, event);
- return false;
-}
-
bool InspectorController::handleMouseEvent(Frame* frame, const PlatformMouseEvent& event)
{
// Overlay should not consume events.