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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXObject.h

Issue 1809573003: Fix support for accessible action verbs and performing the default action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix two tests Created 4 years, 9 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/AXObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXObject.h b/third_party/WebKit/Source/modules/accessibility/AXObject.h
index 243fa2f63c8b6917f23fa9a3d4499ab2d79685a2..5dcdc187822a111b9fb1eb242eea354176e24cdc 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXObject.h
@@ -727,7 +727,7 @@ public:
virtual void wordBoundaries(Vector<AXRange>& words) const { }
// Properties of interactive elements.
- virtual String actionVerb() const;
+ String actionVerb() const;
virtual AccessibilityButtonState checkboxOrRadioValue() const;
virtual InvalidState getInvalidState() const { return InvalidStateUndefined; }
// Only used when invalidState() returns InvalidStateOther.

Powered by Google App Engine
This is Rietveld 408576698