| 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*);
|
|
|