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

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

Issue 890273002: Return table headers for aria tables. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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') | no next file » | 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 bfdab550d441cdbbd5de4e5483b3e7f906d3cbcd..2fc12ffb0e5c2781aaeb0fbd7736904c66c20db3 100644
--- a/Source/modules/accessibility/AXTableRow.h
+++ b/Source/modules/accessibility/AXTableRow.h
@@ -49,7 +49,7 @@ 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&);
+ virtual void headerObjectsForRow(AccessibilityChildrenVector&);
AXObject* parentTable() const;
void setRowIndex(int rowIndex) { m_rowIndex = rowIndex; }
« no previous file with comments | « Source/modules/accessibility/AXTableColumn.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698