| Index: public/web/WebAXObject.h
|
| diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
|
| index 8cd0788f4a73454523988b089432a4c887da8d32..92703258b2f8b3b28898c78e21eed23ab6facb9b 100644
|
| --- a/public/web/WebAXObject.h
|
| +++ b/public/web/WebAXObject.h
|
| @@ -90,6 +90,7 @@ public:
|
| BLINK_EXPORT WebAXObject parentObject() const;
|
|
|
| BLINK_EXPORT bool isAnchor() const;
|
| + BLINK_EXPORT WebAXDefined isAriaGrabbed() const;
|
| BLINK_EXPORT bool isAriaReadOnly() const;
|
| BLINK_EXPORT bool isButtonStateMixed() const;
|
| BLINK_EXPORT bool isChecked() const;
|
|
|