| Index: Source/core/page/TouchDisambiguation.h
|
| diff --git a/Source/core/page/TouchDisambiguation.h b/Source/core/page/TouchDisambiguation.h
|
| index e08b954e6ab4c2f85ddc2adfe0a457b8d03e830f..d3ccee015a161290321e3540f05c7d39d214c5b7 100644
|
| --- a/Source/core/page/TouchDisambiguation.h
|
| +++ b/Source/core/page/TouchDisambiguation.h
|
| @@ -37,8 +37,9 @@ namespace WebCore {
|
|
|
| class Frame;
|
| class IntRect;
|
| +class Node;
|
|
|
| -void findGoodTouchTargets(const IntRect& touchBox, Frame* mainFrame, Vector<IntRect>& goodTargets);
|
| +void findGoodTouchTargets(const IntRect& touchBox, Frame* mainFrame, Vector<IntRect>& goodTargets, Vector<Node*>& highlightNodes);
|
|
|
| } // namespace WebCore
|
|
|
|
|