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

Unified Diff: Source/modules/accessibility/AXObject.h

Issue 820203002: Support html br element in AX Tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: LineBreakRole Created 5 years, 11 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/modules/accessibility/AXObject.h
diff --git a/Source/modules/accessibility/AXObject.h b/Source/modules/accessibility/AXObject.h
index e3cfc3b94a334cf7dfdd8f312dc502b74b2dee44..b5d5d285b1bea46a517bb662be6d7a964a7ed30c 100644
--- a/Source/modules/accessibility/AXObject.h
+++ b/Source/modules/accessibility/AXObject.h
@@ -167,6 +167,7 @@ enum AccessibilityRole {
TreeRole,
UserInterfaceTooltipRole,
WebAreaRole,
+ LineBreakRole,
WindowRole,
NumRoles
};

Powered by Google App Engine
This is Rietveld 408576698