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

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

Issue 2796553002: Revert of Initial skeleton of Accessibility Object Model Phase 1 (Closed)
Patch Set: 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 abc127b1a3c38da734f3016f77c9a194130d5250..7929982bb29412dfbed101113cd987e55c00a7ef 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
@@ -76,7 +76,6 @@
// 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;
@@ -189,6 +188,7 @@
protected:
void postPlatformNotification(AXObject*, AXNotification);
+ void textChanged(AXObject*);
void labelChanged(Element*);
AXObject* createFromRenderer(LayoutObject*);

Powered by Google App Engine
This is Rietveld 408576698