| Index: public/web/WebAXObject.h
|
| diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
|
| index 18784c9fa5f78f8ef4c7668080e645c20b490fb3..b7dec9064a53b08c08fa0046d829350ac58172ad 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;
|
|
|