| 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 124f6ceffebbd699ebd7583d52a1e35aa35bb10a..945d22971c61ea2b9bb95a48f5a78928fbe92335 100644
|
| --- a/third_party/WebKit/public/web/WebAXObject.h
|
| +++ b/third_party/WebKit/public/web/WebAXObject.h
|
| @@ -205,6 +205,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;
|
|
|