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 3e4d70255d71c5a121a19c90432cee029e0afd94..adecd0a7c213e9ab544baa46895c5b656cc3be8c 100644 |
--- a/third_party/WebKit/public/web/WebAXObject.h |
+++ b/third_party/WebKit/public/web/WebAXObject.h |
@@ -270,6 +270,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, |