Index: Source/modules/accessibility/AXObjectCacheImpl.h |
diff --git a/Source/modules/accessibility/AXObjectCacheImpl.h b/Source/modules/accessibility/AXObjectCacheImpl.h |
index 1e09aea30a88ace6f5d40f9394f5b29adf66fba4..653f184cd192f5bfbc6e3297b9d3bf8aab961da6 100644 |
--- a/Source/modules/accessibility/AXObjectCacheImpl.h |
+++ b/Source/modules/accessibility/AXObjectCacheImpl.h |
@@ -103,6 +103,9 @@ public: |
void handleLayoutComplete(RenderObject*) override; |
void handleScrolledToAnchor(const Node* anchorNode) override; |
+ virtual const AtomicString& computedRoleForNode(Node*); |
+ virtual String computedTextForNode(Node*); |
+ |
// Returns the root object for the entire document. |
AXObject* rootObject(); |