| Index: Source/modules/accessibility/AXObject.h
|
| diff --git a/Source/modules/accessibility/AXObject.h b/Source/modules/accessibility/AXObject.h
|
| index 651a0cb3d515798226df3810230bf8ac75243638..152952b987c5074d25d5caff64dcc7d31a91f5dc 100644
|
| --- a/Source/modules/accessibility/AXObject.h
|
| +++ b/Source/modules/accessibility/AXObject.h
|
| @@ -503,6 +503,9 @@ public:
|
| virtual bool supportsARIAOwns() const { return false; }
|
| bool supportsRangeValue() const;
|
| virtual SortDirection sortDirection() const { return SortDirectionUndefined; }
|
| + virtual int posInSet() const { return 0; }
|
| + virtual int setSize() const { return 0; }
|
| + bool supportsSetSizeAndPosInSet() const;
|
|
|
| // ARIA trees.
|
| // Used by an ARIA tree to get all its rows.
|
|
|