Index: public/web/WebAXObject.h |
diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h |
index d9063c42a129625e41f632dc8eb3317655403af9..7e8b761d429d246f741440f91adcb70f32cb019f 100644 |
--- a/public/web/WebAXObject.h |
+++ b/public/web/WebAXObject.h |
@@ -95,6 +95,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; |