| Index: third_party/WebKit/Source/core/events/EventPath.h
|
| diff --git a/third_party/WebKit/Source/core/events/EventPath.h b/third_party/WebKit/Source/core/events/EventPath.h
|
| index bbe7bd023447f50c8d3e95a5a92b1b3749136d31..6f771758a24dab1d2a3ccdd393ffff74fa8eb7b1 100644
|
| --- a/third_party/WebKit/Source/core/events/EventPath.h
|
| +++ b/third_party/WebKit/Source/core/events/EventPath.h
|
| @@ -83,7 +83,10 @@ private:
|
| void calculateTreeOrderAndSetNearestAncestorClosedTree();
|
|
|
| void shrink(size_t newSize) { ASSERT(!m_windowEventContext); m_nodeEventContexts.shrink(newSize); }
|
| - void shrinkIfNeeded(const Node& target, const EventTarget& relatedTarget);
|
| +
|
| + void retargetRelatedTarget(const Node& relatedTargetNode);
|
| +
|
| + void shrinkForRelatedTarget(const Node& target, const Node& relatedTarget);
|
|
|
| void adjustTouchList(const TouchList*, HeapVector<Member<TouchList>> adjustedTouchList, const HeapVector<Member<TreeScope>>& treeScopes);
|
|
|
|
|