Index: Source/core/dom/TreeScope.h |
diff --git a/Source/core/dom/TreeScope.h b/Source/core/dom/TreeScope.h |
index 1f525e4cfcddbcb496a768c453df6d53d3278744..664ce6d682c7675a3e9d02c86b3af5a0981edb4e 100644 |
--- a/Source/core/dom/TreeScope.h |
+++ b/Source/core/dom/TreeScope.h |
@@ -40,6 +40,7 @@ class Element; |
class HTMLLabelElement; |
class HTMLMapElement; |
class HitTestResult; |
+class HitTestRequest; |
class IdTargetObserverRegistry; |
class ScopedStyleResolver; |
class Node; |
@@ -75,6 +76,7 @@ public: |
HTMLMapElement* getImageMap(const String& url) const; |
Element* elementFromPoint(int x, int y) const; |
+ Vector<Element*> elementsFromPoint(int x, int y) const; |
// For accessibility. |
bool shouldCacheLabelsByForAttribute() const { return m_labelsByForAttribute; } |