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

Unified Diff: components/test_runner/web_ax_object_proxy.h

Issue 2191833003: Use text affinity to return correct accessible line boundaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bug in browser_accessibility_win.cc Created 4 years, 5 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 | « chrome/common/extensions/chrome_extension_messages.h ('k') | components/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: 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
« no previous file with comments | « chrome/common/extensions/chrome_extension_messages.h ('k') | components/test_runner/web_ax_object_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698