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

Unified Diff: public/web/WebAXObject.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: 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 | « 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 5ecfa32f537ec9cb83b4d9d9f2ae7e2de4bf1768..ed68b447ae01663a0b8c37be27f784b8a91f202d 100644
--- a/public/web/WebAXObject.h
+++ b/public/web/WebAXObject.h
@@ -205,6 +205,8 @@ public:
BLINK_EXPORT unsigned cellRowIndex() const;
BLINK_EXPORT unsigned cellRowSpan() const;
+ BLINK_EXPORT void tableHeaders(WebVector<WebAXObject>&, bool) const;
dmazzoni 2014/12/17 01:05:57 You need to name parameters when they're non-obvio
+
// Load inline text boxes for just this subtree, even if
// settings->inlineTextBoxAccessibilityEnabled() is false.
BLINK_EXPORT void loadInlineTextBoxes() const;
« 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