| 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 bca1f7ddf39c7503d1fbae411a79d20c21f85bcd..9bd99ee2707fa910ef1f47b8846555c4d42eba6b 100644
|
| --- a/third_party/WebKit/public/web/WebAXObject.h
|
| +++ b/third_party/WebKit/public/web/WebAXObject.h
|
| @@ -209,6 +209,7 @@ public:
|
| BLINK_EXPORT bool liveRegionBusy() const;
|
| BLINK_EXPORT WebString liveRegionRelevant() const;
|
| BLINK_EXPORT WebString liveRegionStatus() const;
|
| + BLINK_EXPORT WebAXObject liveRegionRoot() const;
|
| BLINK_EXPORT bool containerLiveRegionAtomic() const;
|
| BLINK_EXPORT bool containerLiveRegionBusy() const;
|
| BLINK_EXPORT WebString containerLiveRegionRelevant() const;
|
|
|