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

Unified Diff: Source/core/accessibility/AXNodeObject.h

Issue 596393004: Add AX attribute for input type (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Using isTextField() Created 6 years, 3 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 | « no previous file | Source/core/accessibility/AXNodeObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXNodeObject.h
diff --git a/Source/core/accessibility/AXNodeObject.h b/Source/core/accessibility/AXNodeObject.h
index 0da58b9bd74cda3fa59ae1536aa410d1baf50018..5ac265989c6e5ee90eb2401929650bbeee9d2a8e 100644
--- a/Source/core/accessibility/AXNodeObject.h
+++ b/Source/core/accessibility/AXNodeObject.h
@@ -154,6 +154,7 @@ protected:
virtual float maxValueForRange() const OVERRIDE;
virtual float minValueForRange() const OVERRIDE;
virtual String stringValue() const OVERRIDE;
+ virtual const AtomicString& textInputType() const OVERRIDE;
// ARIA attributes.
virtual String ariaDescribedByAttribute() const OVERRIDE FINAL;
« no previous file with comments | « no previous file | Source/core/accessibility/AXNodeObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698