Index: public/web/WebAXObject.h |
diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h |
index d3c52e2387c84c7f612cc3b3f45a05542df0cbe3..afb69d0d5ce76c42dcbb6f62fb7bdd6960508a7f 100644 |
--- a/public/web/WebAXObject.h |
+++ b/public/web/WebAXObject.h |
@@ -229,6 +229,8 @@ public: |
// Scroll this object to a given point in global coordinates of the top-level window. |
BLINK_EXPORT void scrollToGlobalPoint(const WebPoint&) const; |
+ BLINK_EXPORT static bool isARIAWidget(const WebNode&); |
+ |
#if BLINK_IMPLEMENTATION |
WebAXObject(const WTF::PassRefPtr<AXObject>&); |
WebAXObject& operator=(const WTF::PassRefPtr<AXObject>&); |