Index: public/web/WebAXObject.h |
diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h |
index 0d9c5bb33964efa1cc601793d08412bbf8d77e23..de7af157ef55761151616e5f73b29f5ba62c4960 100644 |
--- a/public/web/WebAXObject.h |
+++ b/public/web/WebAXObject.h |
@@ -157,6 +157,7 @@ public: |
BLINK_EXPORT WebString language() const; |
BLINK_EXPORT WebAXOrientation orientation() const; |
BLINK_EXPORT WebAXRole role() const; |
+ BLINK_EXPORT void selection(unsigned* anchorID, unsigned* anchorOffset, unsigned* focusId, unsigned* focusOffset) const; |
dmazzoni
2015/06/16 17:24:04
Put this in its own block with a comment like "Can
|
BLINK_EXPORT unsigned selectionEnd() const; |
BLINK_EXPORT unsigned selectionEndLineNumber() const; |
BLINK_EXPORT unsigned selectionStart() const; |