Chromium Code Reviews| Index: content/shell/renderer/test_runner/web_ax_object_proxy.h |
| diff --git a/content/shell/renderer/test_runner/web_ax_object_proxy.h b/content/shell/renderer/test_runner/web_ax_object_proxy.h |
| index 0c1eea0267060daa4c336418aaece9e637fe4c1e..0613baaf697cd875a2cf0e41b5821b8b03135737 100644 |
| --- a/content/shell/renderer/test_runner/web_ax_object_proxy.h |
| +++ b/content/shell/renderer/test_runner/web_ax_object_proxy.h |
| @@ -94,6 +94,8 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> { |
| bool IsValid(); |
| bool IsReadOnly(); |
| std::string Orientation(); |
| + int PosInSet(); |
| + int SetSize(); |
| int ClickPointX(); |
| int ClickPointY(); |
| int32_t RowCount(); |