| 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.
|
|
|