Index: public/web/WebAXObject.h |
diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h |
index c68c0e4a571f5664031803b32bb2166c6b2fa1b3..a4764f2e4bd58de0d1dec700a740ab227dff459f 100644 |
--- a/public/web/WebAXObject.h |
+++ b/public/web/WebAXObject.h |
@@ -192,6 +192,10 @@ public: |
// exposed by one of the two functions above. |
BLINK_EXPORT WebString placeholder(WebAXNameFrom, WebAXDescriptionFrom); |
+ // Position in set & Size of set. |
dmazzoni
2015/04/16 17:19:48
Say "1-based position in set" so that it's clear t
|
+ BLINK_EXPORT int posInSet() const; |
+ BLINK_EXPORT int setSize() const; |
+ |
// Live regions. |
BLINK_EXPORT bool isInLiveRegion() const; |
BLINK_EXPORT bool liveRegionAtomic() const; |