| 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 9e24c9a7a69a5bace3610f59fb7bd514a408b7cb..2536d2fd6ece77dbb06191d1fbb4049a2cf72ae3 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandlingUtil.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandlingUtil.h
|
| @@ -43,6 +43,8 @@ MouseEventWithHitTestResults PerformMouseEventHitTest(LocalFrame*,
|
| const HitTestRequest&,
|
| const WebMouseEvent&);
|
|
|
| +LocalFrame* SubframeForTargetNode(Node*);
|
| +
|
| class PointerEventTarget {
|
| DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
|
|
|
|