Index: third_party/WebKit/Source/core/input/EventHandlingUtil.h |
diff --git a/third_party/WebKit/Source/core/input/EventHandlingUtil.h b/third_party/WebKit/Source/core/input/EventHandlingUtil.h |
index fb9ed3da448ff3590d149cc702f5e3f1d36d1c13..edef3b9149b5494b9c84ea0ab70d095442618916 100644 |
--- a/third_party/WebKit/Source/core/input/EventHandlingUtil.h |
+++ b/third_party/WebKit/Source/core/input/EventHandlingUtil.h |
@@ -31,6 +31,7 @@ WebInputEventResult ToWebInputEventResult(DispatchEventResult); |
PaintLayer* LayerForNode(Node*); |
ScrollableArea* AssociatedScrollableArea(const PaintLayer*); |
+Element* ParentElementIfNeeded(Node*); |
dtapuska
2017/04/19 01:56:07
Ia this method really needed? Could HitTestResult:
hayato
2017/04/19 02:26:35
Ah, I didn't notice innerElement() at all because
|
ContainerNode* ParentForClickEvent(const Node&); |
LayoutPoint ContentPointFromRootFrame(LocalFrame*, |