| 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..c001ec8ee7e9039c4265f6bd1656c372b1e28ca1 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandlingUtil.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandlingUtil.h
|
| @@ -31,6 +31,8 @@ WebInputEventResult ToWebInputEventResult(DispatchEventResult);
|
| PaintLayer* LayerForNode(Node*);
|
| ScrollableArea* AssociatedScrollableArea(const PaintLayer*);
|
|
|
| +bool IsInDocument(EventTarget*);
|
| +
|
| ContainerNode* ParentForClickEvent(const Node&);
|
|
|
| LayoutPoint ContentPointFromRootFrame(LocalFrame*,
|
|
|