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

Unified Diff: public/web/WebAXEnums.h

Issue 23983002: Expose InlineTextBoxes in the accessibility tree. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address review feedback Created 7 years, 3 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: public/web/WebAXEnums.h
diff --git a/public/web/WebAXEnums.h b/public/web/WebAXEnums.h
index fbe08067f938e089c3f46e643b825458e74bc145..e6a6d809285c7e6628f9d08c661a8f6fbb39527d 100644
--- a/public/web/WebAXEnums.h
+++ b/public/web/WebAXEnums.h
@@ -111,6 +111,7 @@ enum WebAXRole {
WebAXRoleImageMap,
WebAXRoleImage,
WebAXRoleIncrementor,
+ WebAXRoleInlineTextBox,
WebAXRoleLabel,
WebAXRoleLegend,
WebAXRoleLink,

Powered by Google App Engine
This is Rietveld 408576698