| Index: Source/core/accessibility/AccessibilityRenderObject.h
|
| diff --git a/Source/core/accessibility/AccessibilityRenderObject.h b/Source/core/accessibility/AccessibilityRenderObject.h
|
| index d11a61e701bfd4b16ce759386150250d4904658e..7a4137291b0b800c893d5eb290fcbf99c4d68ec4 100644
|
| --- a/Source/core/accessibility/AccessibilityRenderObject.h
|
| +++ b/Source/core/accessibility/AccessibilityRenderObject.h
|
| @@ -191,6 +191,7 @@ protected:
|
| // Notifications that this object may have changed.
|
| virtual void handleActiveDescendantChanged() OVERRIDE;
|
| virtual void handleAriaExpandedChanged() OVERRIDE;
|
| + virtual void textChanged() OVERRIDE;
|
|
|
| // Text metrics. Most of these should be deprecated, needs major cleanup.
|
| virtual int index(const VisiblePosition&) const OVERRIDE;
|
| @@ -219,6 +220,8 @@ private:
|
| void addCanvasChildren();
|
| void addAttachmentChildren();
|
| void addRemoteSVGChildren();
|
| + void addInlineTextBoxChildren();
|
| +
|
| void ariaSelectedRows(AccessibilityChildrenVector&);
|
| bool elementAttributeValue(const QualifiedName&) const;
|
| bool inheritsPresentationalRole() const;
|
|
|