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

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: Fixed content_browsertests. 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
« no previous file with comments | « third_party/WebKit/Source/web/WebAXObject.cpp ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/WebKit/Source/web/WebAXObject.cpp ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698