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

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

Issue 1477043003: Handle aria-owns and presentational children in AX name calc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@garaventa_visibility_hidden
Patch Set: Better solution to handle both aria-owns and role=presentation in name calc Created 5 years 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/AXLayoutObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
index 6abaa4b1b58716096e96c0eb4f8c36a618a40b1b..93678ca6d16434528b9ad8b04b85599feb6de9d0 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
@@ -168,7 +168,7 @@ protected:
// Low-level accessibility tree exploration, only for use within the accessibility module.
AXObject* rawFirstChild() const override;
- AXObject* rawFirstSibling() const override;
+ AXObject* rawNextSibling() const override;
void addChildren() override;
bool canHaveChildren() const override;
void updateChildrenIfNecessary() override;

Powered by Google App Engine
This is Rietveld 408576698