Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(914)

Unified Diff: content/shell/test_runner/web_ax_object_proxy.h

Issue 2886963004: Fixes for tree item level, setsize and posinset (Closed)
Patch Set: Fix tests Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/shell/test_runner/web_ax_object_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | content/shell/test_runner/web_ax_object_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698