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

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

Issue 1628283002: posinset and setsize for input type, radio, exposed in AX tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed isRadiobutton() Created 4 years, 10 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 d6e4de96cde99f5ece1e4e2ba29ca6e78c227cf0..9bda9b83bd66f09e3c26a0e2568b6c914fbff0ec 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXObject.h
@@ -547,6 +547,7 @@ public:
virtual bool isAXLayoutObject() const { return false; }
virtual bool isAXListBox() const { return false; }
virtual bool isAXListBoxOption() const { return false; }
+ virtual bool isAXRadioInput() const { return false; }
virtual bool isAXSVGRoot() const { return false; }
// Check object role or purpose.

Powered by Google App Engine
This is Rietveld 408576698