| 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 d118585d3ba0570a90432f5856843c9d138a7df9..5a9665f741ed37c9eb836fa97b9869c913c765b1 100644
|
| --- a/third_party/WebKit/public/web/WebAXObject.h
|
| +++ b/third_party/WebKit/public/web/WebAXObject.h
|
| @@ -127,7 +127,7 @@ class WebAXObject {
|
|
|
| BLINK_EXPORT bool IsAnchor() const;
|
| BLINK_EXPORT bool IsAriaReadOnly() const;
|
| - BLINK_EXPORT WebAXCheckedState CheckedState() const;
|
| + BLINK_EXPORT WebAXButtonState CheckedState() const;
|
| BLINK_EXPORT bool IsCheckable() const;
|
| BLINK_EXPORT bool IsClickable() const;
|
| BLINK_EXPORT bool IsCollapsed() const;
|
| @@ -142,7 +142,7 @@ class WebAXObject {
|
| BLINK_EXPORT bool IsMultiSelectable() const;
|
| BLINK_EXPORT bool IsOffScreen() const;
|
| BLINK_EXPORT bool IsPasswordField() const;
|
| - BLINK_EXPORT bool IsPressed() const;
|
| + BLINK_EXPORT WebAXButtonState PressedState() const;
|
| BLINK_EXPORT bool IsReadOnly() const;
|
| BLINK_EXPORT bool IsRequired() const;
|
| BLINK_EXPORT bool IsSelected() const;
|
|
|