| Index: ui/accessibility/platform/ax_platform_node_base.h
|
| diff --git a/ui/accessibility/platform/ax_platform_node_base.h b/ui/accessibility/platform/ax_platform_node_base.h
|
| index 45e316c44a30ce874996431a971a2a50e25f1203..78ea0fcefa2982983486978516b654a2cca6a5d6 100644
|
| --- a/ui/accessibility/platform/ax_platform_node_base.h
|
| +++ b/ui/accessibility/platform/ax_platform_node_base.h
|
| @@ -75,6 +75,9 @@ class AXPlatformNodeBase : public AXPlatformNode {
|
|
|
| virtual void Dispose();
|
|
|
| + // Sets the text selection in this object if possible.
|
| + bool SetTextSelection(int start_offset, int end_offset);
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(AXPlatformNodeBase);
|
| };
|
|
|