Index: public/web/WebAXObject.h |
diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h |
index 97efee0b05cd2e7bdee1878e6486fb16bf1743f6..910e4e55954cfdb7e6eff527ce5bd1ca5e64f49b 100644 |
--- a/public/web/WebAXObject.h |
+++ b/public/web/WebAXObject.h |
@@ -97,6 +97,7 @@ public: |
BLINK_EXPORT bool isCollapsed() const; |
BLINK_EXPORT bool isControl() const; |
BLINK_EXPORT bool isEnabled() const; |
+ BLINK_EXPORT bool isExpanded() const; |
BLINK_EXPORT bool isFocused() const; |
BLINK_EXPORT bool isHovered() const; |
BLINK_EXPORT bool isIndeterminate() const; |