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

Unified Diff: ui/accessibility/ax_node.h

Issue 2437473003: Fixed line start offsets. (Closed)
Patch Set: Fixed tests and nits. Created 4 years, 2 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 | « content/browser/accessibility/accessibility_tree_formatter_blink.cc ('k') | ui/accessibility/ax_node.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_node.h
diff --git a/ui/accessibility/ax_node.h b/ui/accessibility/ax_node.h
index 7969ab3ed5f894aa962159e79bb14de92e483dd6..12eb1b88db0ab4efd5841524c38631f0804e2ef6 100644
--- a/ui/accessibility/ax_node.h
+++ b/ui/accessibility/ax_node.h
@@ -77,7 +77,7 @@ class AX_EXPORT AXNode {
// Computes the text offset where each line starts by traversing all child
// leaf nodes.
void ComputeLineStartOffsets(std::vector<int>* line_offsets,
- int* end_offset) const;
+ int* start_offset) const;
int index_in_parent_;
AXNode* parent_;
« no previous file with comments | « content/browser/accessibility/accessibility_tree_formatter_blink.cc ('k') | ui/accessibility/ax_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698