Index: public/web/WebAXObject.h |
diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h |
index 0af7027693a598cefdc26c9afb5fa267c40a83c4..a508b0b617eb8ead013aad52ed29cad3bc118198 100644 |
--- a/public/web/WebAXObject.h |
+++ b/public/web/WebAXObject.h |
@@ -117,6 +117,7 @@ public: |
BLINK_EXPORT WebString ariaAutoComplete() const; |
BLINK_EXPORT bool ariaControls(WebVector<WebAXObject>& controlsElements) const; |
BLINK_EXPORT bool ariaDescribedby(WebVector<WebAXObject>& describedbyElements) const; |
+ BLINK_EXPORT WebString ariaDropEffect() const; |
BLINK_EXPORT bool ariaFlowTo(WebVector<WebAXObject>& flowToElements) const; |
BLINK_EXPORT bool ariaHasPopup() const; |
BLINK_EXPORT bool ariaLabelledby(WebVector<WebAXObject>& labelledbyElements) const; |