| 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..6f8f30d15c977699de5e7e018c96388fd917456d 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 WebAXAriaCurrent ariaCurrent() const;
|
| BLINK_EXPORT bool ariaFlowTo(WebVector<WebAXObject>& flowToElements) const;
|
| BLINK_EXPORT bool ariaHasPopup() const;
|
| BLINK_EXPORT bool isEditable() const;
|
|
|