| 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 f0051c1678a9b4c77d1a3e1cba807c77dfe6a794..28eaef7657b2f36868dfde245f570d055448136d 100644
|
| --- a/third_party/WebKit/public/web/WebAXObject.h
|
| +++ b/third_party/WebKit/public/web/WebAXObject.h
|
| @@ -237,6 +237,10 @@ public:
|
| BLINK_EXPORT void showContextMenu() const;
|
|
|
| // For a table
|
| + BLINK_EXPORT int ariaColumnCount() const;
|
| + BLINK_EXPORT unsigned ariaColumnIndex() const;
|
| + BLINK_EXPORT int ariaRowCount() const;
|
| + BLINK_EXPORT unsigned ariaRowIndex() const;
|
| BLINK_EXPORT unsigned columnCount() const;
|
| BLINK_EXPORT unsigned rowCount() const;
|
| BLINK_EXPORT WebAXObject cellForColumnAndRow(unsigned column, unsigned row) const;
|
|
|