| Index: content/shell/test_runner/web_ax_object_proxy.h
|
| diff --git a/content/shell/test_runner/web_ax_object_proxy.h b/content/shell/test_runner/web_ax_object_proxy.h
|
| index fdf141817f8db853cb11193cc446605439bd8d02..9d5f0a0d7acaa0d699ea3ec707de9946367f8751 100644
|
| --- a/content/shell/test_runner/web_ax_object_proxy.h
|
| +++ b/content/shell/test_runner/web_ax_object_proxy.h
|
| @@ -129,6 +129,7 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
|
| std::string Relevant();
|
| std::string RoleDescription();
|
| std::string Sort();
|
| + int HierarchicalLevel();
|
| int PosInSet();
|
| int SetSize();
|
| int ClickPointX();
|
|
|