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

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

Issue 903833003: Return table headers from the table cell level. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | Source/modules/accessibility/AXTableCell.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXTableCell.h
diff --git a/Source/modules/accessibility/AXTableCell.h b/Source/modules/accessibility/AXTableCell.h
index 9217f9ab0e42b6d136e1240b6f614a8309c9f483..dfe97622d63fce22b0a48a45ce61d76a7ac960f6 100644
--- a/Source/modules/accessibility/AXTableCell.h
+++ b/Source/modules/accessibility/AXTableCell.h
@@ -53,6 +53,8 @@ public:
// In the case of cells that act as row or column headers.
virtual SortDirection sortDirection() const override final;
virtual AccessibilityRole scanToDecideHeaderRole();
+ virtual void rowHeadersForCell(AccessibilityChildrenVector&);
+ virtual void columnHeadersForCell(AccessibilityChildrenVector&);
protected:
virtual AXObject* parentTable() const;
« no previous file with comments | « no previous file | Source/modules/accessibility/AXTableCell.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698