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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXNodeObject.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/Source/modules/accessibility/AXNodeObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
index e266b884d4ff36cf101dce4b23c5396d7104df24..bdae87ff788dc1cadfd6368b6de0cb82dd189431 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
@@ -143,6 +143,7 @@ protected:
// Properties of interactive elements.
AccessibilityButtonState checkboxOrRadioValue() const final;
+ AriaCurrent ariaCurrent() const final;
InvalidState getInvalidState() const final;
// Only used when invalidState() returns InvalidStateOther.
String ariaInvalidValue() const final;

Powered by Google App Engine
This is Rietveld 408576698