Index: third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h |
diff --git a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h |
index 9097193fb4ff97b8fe46d4344b49149d39120434..6238bfb1e5818de5becaf551133315e0b24498ef 100644 |
--- a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h |
+++ b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h |
@@ -255,6 +255,7 @@ class MODULES_EXPORT AXObjectCacheImpl : public AXObjectCacheBase { |
void TextChanged(Node*); |
bool NodeIsTextControl(const Node*); |
+ AXObjectImpl* NearestExistingAncestor(Node*); |
Settings* GetSettings(); |
}; |