Index: Source/core/page/TouchDisambiguation.h |
diff --git a/Source/core/page/TouchDisambiguation.h b/Source/core/page/TouchDisambiguation.h |
index c4c517e2bc921a5c4bf2f3f3a7baf8d5fc4bda3d..36352a96c3d84e2df7dc7089658902484dd17adf 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 |