| Index: public/web/WebAXObject.h
|
| diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
|
| index a508b0b617eb8ead013aad52ed29cad3bc118198..b7d77e8b2a936a5198242768d26d09a72a616cdd 100644
|
| --- a/public/web/WebAXObject.h
|
| +++ b/public/web/WebAXObject.h
|
| @@ -228,6 +228,9 @@ public:
|
| // Scroll this object to a given point in global coordinates of the top-level window.
|
| BLINK_EXPORT void scrollToGlobalPoint(const WebPoint&) const;
|
|
|
| + // Check if a given list of roles includes an ARIA widget.
|
| + BLINK_EXPORT static bool includesARIAWidgetRole(const WebString& role);
|
| +
|
| #if BLINK_IMPLEMENTATION
|
| WebAXObject(const WTF::PassRefPtr<AXObject>&);
|
| WebAXObject& operator=(const WTF::PassRefPtr<AXObject>&);
|
|
|