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

Unified Diff: ui/accessibility/ax_tree_combiner.cc

Issue 1905263002: Correctly finds line boundaries in objects with rich text on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed standard text fields in unit test. Created 4 years, 8 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 | « ui/accessibility/ax_node_data.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_tree_combiner.cc
diff --git a/ui/accessibility/ax_tree_combiner.cc b/ui/accessibility/ax_tree_combiner.cc
index 56f7cacd1cb83ce793d3cbbe3346e104e03424ae..b85d62427380679d614f5da8e0c268a6c9442ff7 100644
--- a/ui/accessibility/ax_tree_combiner.cc
+++ b/ui/accessibility/ax_tree_combiner.cc
@@ -14,6 +14,8 @@ namespace {
bool IsNodeIdIntAttribute(AXIntAttribute attr) {
switch (attr) {
case AX_ATTR_ACTIVEDESCENDANT_ID:
+ case AX_ATTR_NEXT_ON_LINE_ID:
+ case AX_ATTR_PREVIOUS_ON_LINE_ID:
case AX_ATTR_TABLE_HEADER_ID:
case AX_ATTR_TABLE_COLUMN_HEADER_ID:
case AX_ATTR_TABLE_ROW_HEADER_ID:
« no previous file with comments | « ui/accessibility/ax_node_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698