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

Unified Diff: ui/accessibility/ax_enums.idl

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: 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
Index: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index be08a8a36d91f5dad1a0157f2d97d834d9781934..e8299f84099a0d802d3d4aa227eb7631e3cebb3a 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -304,6 +304,8 @@
// Relationships between this element and other elements.
activedescendant_id,
+ next_on_line_id,
+ previous_on_line_id,
// Identifies a child tree which this node hosts.
child_tree_id,

Powered by Google App Engine
This is Rietveld 408576698