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

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: Added comment to header file about unique IDs. 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
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..68d1a8f307b53158aca16c8ecb6bf458b805ed50 100644
--- a/content/browser/accessibility/browser_accessibility_win.h
+++ b/content/browser/accessibility/browser_accessibility_win.h
@@ -928,7 +928,7 @@ BrowserAccessibilityWin
// |hyperlinks_|.
std::map<int32_t, int32_t> hyperlink_offset_to_index;
- // The id of a BrowserAccessibilityWin for each hyperlink.
+ // The unique id of a BrowserAccessibilityWin for each hyperlink.
// TODO(nektar): Replace object IDs with child indices.
dmazzoni 2016/06/07 15:45:54 Does this todo still apply? Unique ids seem fine
std::vector<int32_t> hyperlinks;
};

Powered by Google App Engine
This is Rietveld 408576698