Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(531)

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h

Issue 2939933002: Only call TextChanged on existing AXObjects (Closed)
Patch Set: Update test expectation Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
};

Powered by Google App Engine
This is Rietveld 408576698