Chromium Code Reviews| Index: Source/core/accessibility/AXObjectCache.h |
| diff --git a/Source/core/accessibility/AXObjectCache.h b/Source/core/accessibility/AXObjectCache.h |
| index 11df342365ff4d6213c4757e8cf0698dab176eb5..5f2c72e2eef8fc7e9e9e4d95cab8da253fd9fbc1 100644 |
| --- a/Source/core/accessibility/AXObjectCache.h |
| +++ b/Source/core/accessibility/AXObjectCache.h |
| @@ -122,6 +122,7 @@ public: |
| void textChanged(RenderObject*); |
| // Called when a node has just been attached, so we can make sure we have the right subclass of AXObject. |
| void updateCacheAfterNodeIsAttached(Node*); |
| + void updateCacheAfterInertSubtreesChanged(); |
|
dmazzoni
2013/11/07 16:35:59
Just call this handleInertSubtreesChanged(), and a
falken
2013/11/08 05:08:35
Done.
|
| void handleActiveDescendantChanged(Node*); |
| void handleAriaRoleChanged(Node*); |