| Index: third_party/WebKit/public/web/WebAXObject.h
|
| diff --git a/third_party/WebKit/public/web/WebAXObject.h b/third_party/WebKit/public/web/WebAXObject.h
|
| index 9af1b22288861ab1a34f9ea9937221d241bbbd8c..8718432fd3dd306dee423c697737d76a50f625ab 100644
|
| --- a/third_party/WebKit/public/web/WebAXObject.h
|
| +++ b/third_party/WebKit/public/web/WebAXObject.h
|
| @@ -137,6 +137,7 @@ public:
|
| BLINK_EXPORT WebAXObject ariaActiveDescendant() const;
|
| BLINK_EXPORT WebString ariaAutoComplete() const;
|
| BLINK_EXPORT bool ariaControls(WebVector<WebAXObject>& controlsElements) const;
|
| + BLINK_EXPORT WebAXAriaCurrentState ariaCurrentState() const;
|
| BLINK_EXPORT bool ariaFlowTo(WebVector<WebAXObject>& flowToElements) const;
|
| BLINK_EXPORT bool ariaHasPopup() const;
|
| BLINK_EXPORT bool isEditable() const;
|
|
|