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

Unified Diff: third_party/WebKit/public/web/WebAXObject.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 | « third_party/WebKit/public/web/WebAXEnums.h ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebAXObject.h
diff --git a/third_party/WebKit/public/web/WebAXObject.h b/third_party/WebKit/public/web/WebAXObject.h
index 57259bb51e2f95ad3cb7d37094c8a8b6ae2fa01c..d0110598c0197d9370cb62c5fd787dd0ac83f9ea 100644
--- a/third_party/WebKit/public/web/WebAXObject.h
+++ b/third_party/WebKit/public/web/WebAXObject.h
@@ -186,8 +186,8 @@ public:
// The following selection functions get or set the global document
// selection and can be called on any object in the tree.
- BLINK_EXPORT void selection(WebAXObject& anchorObject, int& anchorOffset,
- WebAXObject& focusObject, int& focusOffset) const;
+ BLINK_EXPORT void selection(WebAXObject& anchorObject, int& anchorOffset, WebAXTextAffinity& anchorAffinity,
+ WebAXObject& focusObject, int& focusOffset, WebAXTextAffinity& focusAffinity) const;
BLINK_EXPORT void setSelection(const WebAXObject& anchorObject, int anchorOffset,
const WebAXObject& focusObject, int focusOffset) const;
« no previous file with comments | « third_party/WebKit/public/web/WebAXEnums.h ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698