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

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

Issue 2649953004: Updated descendant condition for header/footer AX role mapping. (Closed)
Patch Set: Updated formatting Created 3 years, 11 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 177568d9ae5530bb0f2b40d806a5eff57210261e..fa3063592f0a53e67132259e0cd90fada87cfd59 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
@@ -236,7 +236,7 @@ class MODULES_EXPORT AXNodeObject : public AXObject {
NameSources*,
bool* foundTextAlternative) const;
float stepValueForRange() const;
- bool isDescendantOfElementType(const HTMLQualifiedName& tagName) const;
+ bool isDescendantOfElementType(HashSet<QualifiedName>& tagNames) const;
String placeholderFromNativeAttribute() const;
};

Powered by Google App Engine
This is Rietveld 408576698