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

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

Issue 797223002: Provides an API to cope with table headers in Accessibility (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Moved declarations to the section labeled "For a table" Created 6 years 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/AXTable.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXTable.h
diff --git a/Source/modules/accessibility/AXTable.h b/Source/modules/accessibility/AXTable.h
index a209d59f0ca6abb8c29d412c21a7a3559cfe7828..dd51952e903b89fe3bea25984e1687efbf50d2b0 100644
--- a/Source/modules/accessibility/AXTable.h
+++ b/Source/modules/accessibility/AXTable.h
@@ -73,6 +73,7 @@ public:
AXTableCell* cellForColumnAndRow(unsigned column, unsigned row);
void columnHeaders(AccessibilityChildrenVector&);
+ void rowHeaders(AccessibilityChildrenVector&);
// an object that contains, as children, all the objects that act as headers
AXObject* headerContainer();
« no previous file with comments | « no previous file | Source/modules/accessibility/AXTable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698