Index: Source/core/rendering/HitTestResult.h |
diff --git a/Source/core/rendering/HitTestResult.h b/Source/core/rendering/HitTestResult.h |
index f1aa2cdcaafb3d7e7a8304136d69ceb4218a5889..c39102b62210aeace894be1aa8586371668864ce 100644 |
--- a/Source/core/rendering/HitTestResult.h |
+++ b/Source/core/rendering/HitTestResult.h |
@@ -80,7 +80,8 @@ public: |
const LayoutPoint& localPoint() const { return m_localPoint; } |
void setLocalPoint(const LayoutPoint& p) { m_localPoint = p; } |
- void setToNonShadowAncestor(); |
+ void setToNodesInDocumentTreeScope(); |
+ void setToShadowHostIfInUserAgentShadowRoot(); |
const HitTestLocation& hitTestLocation() const { return m_hitTestLocation; } |