| Index: ui/accessibility/platform/ax_platform_node_win.h
|
| diff --git a/ui/accessibility/platform/ax_platform_node_win.h b/ui/accessibility/platform/ax_platform_node_win.h
|
| index 4d84e8d656de375375fd78cac902ca7f282b60b0..c676983de554f30a8b4b51cc57d3e1e6f4de4696 100644
|
| --- a/ui/accessibility/platform/ax_platform_node_win.h
|
| +++ b/ui/accessibility/platform/ax_platform_node_win.h
|
| @@ -288,7 +288,7 @@ AXPlatformNodeWin
|
|
|
| // If offset is a member of IA2TextSpecialOffsets this function updates the
|
| // value of offset and returns, otherwise offset remains unchanged.
|
| - void HandleSpecialTextOffset(const base::string16& text, LONG* offset);
|
| + void HandleSpecialTextOffset(LONG* offset);
|
|
|
| // Convert from a IA2TextBoundaryType to a ui::TextBoundaryType.
|
| ui::TextBoundaryType IA2TextBoundaryToTextBoundary(IA2TextBoundaryType type);
|
|
|