| 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;
|
|
|
|
|