summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/accessibility/AXObjectCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/accessibility/AXObjectCache.h')
-rw-r--r--Source/WebCore/accessibility/AXObjectCache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/accessibility/AXObjectCache.h b/Source/WebCore/accessibility/AXObjectCache.h
index d2d40c1..4c231b5 100644
--- a/Source/WebCore/accessibility/AXObjectCache.h
+++ b/Source/WebCore/accessibility/AXObjectCache.h
@@ -62,7 +62,10 @@ public:
static AccessibilityObject* focusedUIElementForPage(const Page*);
+ // Returns the root object for the entire document.
AccessibilityObject* rootObject();
+ // Returns the root object for a specific frame.
+ AccessibilityObject* rootObjectForFrame(Frame*);
// For AX objects with elements that back them.
AccessibilityObject* getOrCreate(RenderObject*);