Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1176)

Unified Diff: Source/modules/accessibility/AXTableRow.h

Issue 862543003: Table headers are not retrieved properly by Accessibility API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Minor fixes, correct comment and very small refactoring Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/accessibility/AXTableColumn.cpp ('k') | Source/modules/accessibility/AXTableRow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXTableRow.h
diff --git a/Source/modules/accessibility/AXTableRow.h b/Source/modules/accessibility/AXTableRow.h
index f91ab398a81c32d4e73aed7c2c282b152a0059d9..bfdab550d441cdbbd5de4e5483b3e7f906d3cbcd 100644
--- a/Source/modules/accessibility/AXTableRow.h
+++ b/Source/modules/accessibility/AXTableRow.h
@@ -48,6 +48,8 @@ public:
// retrieves the "row" header (a th tag in the rightmost column)
virtual AXObject* headerObject();
+ // retrieves the "row" headers (th, scope) from left to right for the each row.
+ void headerObjectsForRow(AccessibilityChildrenVector&);
AXObject* parentTable() const;
void setRowIndex(int rowIndex) { m_rowIndex = rowIndex; }
« no previous file with comments | « Source/modules/accessibility/AXTableColumn.cpp ('k') | Source/modules/accessibility/AXTableRow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698