Index: public/web/WebAXObject.h |
diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h |
index 7e19f10443ffd9e74627828f2e0efee2fd36d9f1..1cc16f60b71e4d8a09e6ab2a8dab32bbfe55b701 100644 |
--- a/public/web/WebAXObject.h |
+++ b/public/web/WebAXObject.h |
@@ -94,6 +94,7 @@ public: |
BLINK_EXPORT bool isControl() const; |
BLINK_EXPORT bool isEnabled() const; |
BLINK_EXPORT WebAXExpanded isExpanded() const; |
+ BLINK_EXPORT WebAXOrientation orientation() const; |
BLINK_EXPORT bool isFocused() const; |
BLINK_EXPORT bool isHovered() const; |
BLINK_EXPORT bool isIndeterminate() const; |