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

Unified Diff: Source/core/accessibility/AccessibilityRenderObject.h

Issue 23983002: Expose InlineTextBoxes in the accessibility tree. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 2 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: Source/core/accessibility/AccessibilityRenderObject.h
diff --git a/Source/core/accessibility/AccessibilityRenderObject.h b/Source/core/accessibility/AccessibilityRenderObject.h
index 06e88054c0bd6d2d72e4574fee48d67d92c85566..7a96b8fe0dbbc05ac3722e0b486aedbfa0fbbfd3 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;

Powered by Google App Engine
This is Rietveld 408576698