| 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*);
|
| ContainerNode* ParentForClickEvent(const Node&);
|
|
|
| LayoutPoint ContentPointFromRootFrame(LocalFrame*,
|
|
|