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

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

Issue 2649953004: Updated descendant condition for header/footer AX role mapping. (Closed)
Patch Set: addressed review comment Created 3 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/AXNodeObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
index 2a086287e797462fd064d91e7c3e2760701ede82..0a2b8dd0c77dd6310e42ea9a3a60e0c31f1f41e5 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
@@ -237,7 +237,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