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 35302151637f1ffa5ddc1b1fbd2da5427a9dded2..32a2570b2ee5d5c85b510cc185e287284e7a8453 100644 |
--- a/third_party/WebKit/public/web/WebAXObject.h |
+++ b/third_party/WebKit/public/web/WebAXObject.h |
@@ -262,6 +262,10 @@ class WebAXObject { |
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, |