| Index: components/test_runner/web_ax_object_proxy.h
|
| diff --git a/components/test_runner/web_ax_object_proxy.h b/components/test_runner/web_ax_object_proxy.h
|
| index df2d19524500e8ad0067249d050a4fbe2a85788a..16c3a769b590dea5e59ae1521bf29e839a7e73da 100644
|
| --- a/components/test_runner/web_ax_object_proxy.h
|
| +++ b/components/test_runner/web_ax_object_proxy.h
|
| @@ -76,8 +76,10 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
|
| // current selection and can be called on any object in the tree.
|
| v8::Local<v8::Value> SelectionAnchorObject();
|
| int SelectionAnchorOffset();
|
| + std::string SelectionAnchorAffinity();
|
| v8::Local<v8::Value> SelectionFocusObject();
|
| int SelectionFocusOffset();
|
| + std::string SelectionFocusAffinity();
|
|
|
| // The following selection functions return text offsets calculated starting
|
| // at this object. They only report on a selection that is placed on the
|
|
|