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

Unified Diff: content/browser/accessibility/browser_accessibility_win.h

Issue 2040523002: Improves computation of IAccessible2 Hypertext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed expectations on Windows for hopefully the last time. Created 4 years, 6 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 | « no previous file | content/browser/accessibility/browser_accessibility_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/browser_accessibility_win.h
diff --git a/content/browser/accessibility/browser_accessibility_win.h b/content/browser/accessibility/browser_accessibility_win.h
index 4de233bc69b728ffbded0a776b548add101fec05..8c8f45f93c3551d3eeb009e7ec834e513b489f14 100644
--- a/content/browser/accessibility/browser_accessibility_win.h
+++ b/content/browser/accessibility/browser_accessibility_win.h
@@ -928,8 +928,10 @@ BrowserAccessibilityWin
// |hyperlinks_|.
std::map<int32_t, int32_t> hyperlink_offset_to_index;
- // The id of a BrowserAccessibilityWin for each hyperlink.
- // TODO(nektar): Replace object IDs with child indices.
+ // The unique id of a BrowserAccessibilityWin for each hyperlink.
+ // TODO(nektar): Replace object IDs with child indices if we decide that
+ // we are not implementing IA2 hyperlinks for anything other than IA2
+ // Hypertext.
std::vector<int32_t> hyperlinks;
};
« no previous file with comments | « no previous file | content/browser/accessibility/browser_accessibility_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698