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

Unified Diff: public/web/WebAXObject.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 | « Source/web/WebAXObject.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebAXObject.h
diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
index d3c52e2387c84c7f612cc3b3f45a05542df0cbe3..2d1e4aab8a01fb9f7a1bb8443242d756ec2a2777 100644
--- a/public/web/WebAXObject.h
+++ b/public/web/WebAXObject.h
@@ -212,6 +212,8 @@ public:
BLINK_EXPORT unsigned cellRowIndex() const;
BLINK_EXPORT unsigned cellRowSpan() const;
BLINK_EXPORT WebAXSortDirection sortDirection() const;
+ BLINK_EXPORT void rowHeadersForCell(WebVector<WebAXObject>&) const;
+ BLINK_EXPORT void columnHeadersForCell(WebVector<WebAXObject>&) const;
// Load inline text boxes for just this subtree, even if
// settings->inlineTextBoxAccessibilityEnabled() is false.
« no previous file with comments | « Source/web/WebAXObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698