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

Unified Diff: Source/testing/runner/AccessibilityController.cpp

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
« no previous file with comments | « Source/core/rendering/RenderText.cpp ('k') | Source/testing/runner/WebAXObjectProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/AccessibilityController.cpp
diff --git a/Source/testing/runner/AccessibilityController.cpp b/Source/testing/runner/AccessibilityController.cpp
index 037d0ce2c832ceac46bae7787ce0e7d3e0efec27..d853bbaac543539f55d6b8b9f2030988d2f1d336 100644
--- a/Source/testing/runner/AccessibilityController.cpp
+++ b/Source/testing/runner/AccessibilityController.cpp
@@ -61,6 +61,7 @@ AccessibilityController::AccessibilityController()
void AccessibilityController::bindToJavascript(WebFrame* frame, const WebString& classname)
{
WebAXObject::enableAccessibility();
+ WebAXObject::enableInlineTextBoxAccessibility();
CppBoundClass::bindToJavascript(frame, classname);
}
« no previous file with comments | « Source/core/rendering/RenderText.cpp ('k') | Source/testing/runner/WebAXObjectProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698