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

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: Rebase 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 8f8da0d7e7c5e091da7a3249c4d5577f5eda778f..d207fe17ab9c7c662b5a2afd861f3259ea27a7d0 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
@@ -165,7 +165,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