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

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

Issue 1952863003: Implemented the "aria-current" state on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 9af1b22288861ab1a34f9ea9937221d241bbbd8c..6f8f30d15c977699de5e7e018c96388fd917456d 100644
--- a/third_party/WebKit/public/web/WebAXObject.h
+++ b/third_party/WebKit/public/web/WebAXObject.h
@@ -137,6 +137,7 @@ public:
BLINK_EXPORT WebAXObject ariaActiveDescendant() const;
BLINK_EXPORT WebString ariaAutoComplete() const;
BLINK_EXPORT bool ariaControls(WebVector<WebAXObject>& controlsElements) const;
+ BLINK_EXPORT WebAXAriaCurrent ariaCurrent() const;
BLINK_EXPORT bool ariaFlowTo(WebVector<WebAXObject>& flowToElements) const;
BLINK_EXPORT bool ariaHasPopup() const;
BLINK_EXPORT bool isEditable() const;

Powered by Google App Engine
This is Rietveld 408576698