| 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 1d7e50a52cac9a17e7479c6844a4c03f9faabbfe..2820d630c564966de12c5e93913956e1b6a1a25f 100644
|
| --- a/third_party/WebKit/public/web/WebAXObject.h
|
| +++ b/third_party/WebKit/public/web/WebAXObject.h
|
| @@ -127,8 +127,8 @@ class WebAXObject {
|
|
|
| BLINK_EXPORT bool IsAnchor() const;
|
| BLINK_EXPORT bool IsAriaReadOnly() const;
|
| - BLINK_EXPORT bool IsButtonStateMixed() const;
|
| - BLINK_EXPORT bool IsChecked() const;
|
| + BLINK_EXPORT WebAXCheckedState CheckedState() const;
|
| + BLINK_EXPORT bool IsCheckable() const;
|
| BLINK_EXPORT bool IsClickable() const;
|
| BLINK_EXPORT bool IsCollapsed() const;
|
| BLINK_EXPORT bool IsControl() const;
|
|
|