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

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

Issue 2945773002: Relation properties for Accessibility Object Model phase 1 (Closed)
Patch Set: Fix merge error, format Created 3 years, 6 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 6e8524999969e40b26df0857f3d74ae23d13d3e9..2da568e7f6597a9cd3d84052d8738fab69c7ddb6 100644
--- a/content/shell/test_runner/web_ax_object_proxy.h
+++ b/content/shell/test_runner/web_ax_object_proxy.h
@@ -145,7 +145,10 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
float BoundsHeight();
// Bound methods.
+ v8::Local<v8::Object> AriaActiveDescendantElement();
v8::Local<v8::Object> AriaControlsElementAtIndex(unsigned index);
+ v8::Local<v8::Object> AriaDetailsElement();
+ v8::Local<v8::Object> AriaErrorMessageElement();
v8::Local<v8::Object> AriaFlowToElementAtIndex(unsigned index);
v8::Local<v8::Object> AriaOwnsElementAtIndex(unsigned index);
std::string AllAttributes();
« 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