| 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 d8bb7a350ba6a7fb79cf4c4cc76f8a366221ddb4..53957a8d5066b491c524635b209c35593d547a47 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;
|
|
|