Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(806)

Unified Diff: third_party/WebKit/public/web/WebAXObject.h

Issue 2054393002: Implemented IAccessible2 reverse relations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698