| 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_;
|
|
|