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

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

Issue 2791943002: Re-land: Initial skeleton of Accessibility Object Model Phase 1 (Closed)
Patch Set: Fix for crash with test Created 3 years, 9 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 7929982bb29412dfbed101113cd987e55c00a7ef..abc127b1a3c38da734f3016f77c9a194130d5250 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
@@ -76,6 +76,7 @@ class MODULES_EXPORT AXObjectCacheImpl : public AXObjectCache {
// Called by a node when text or a text equivalent (e.g. alt) attribute is
// changed.
void textChanged(LayoutObject*) override;
+ void textChanged(AXObject*);
// Called when a node has just been attached, so we can make sure we have the
// right subclass of AXObject.
void updateCacheAfterNodeIsAttached(Node*) override;
@@ -188,7 +189,6 @@ class MODULES_EXPORT AXObjectCacheImpl : public AXObjectCache {
protected:
void postPlatformNotification(AXObject*, AXNotification);
- void textChanged(AXObject*);
void labelChanged(Element*);
AXObject* createFromRenderer(LayoutObject*);

Powered by Google App Engine
This is Rietveld 408576698