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

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

Issue 2393003002: reflow comments in modules/accessiblity (Closed)
Patch Set: Created 4 years, 2 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/AXLayoutObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
index 665f0c39bdda4b9bb94b22176df6d54422950bdb..f7364aebc6eddab9ec8b170b51e666367e214c04 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
@@ -156,11 +156,13 @@ class MODULES_EXPORT AXLayoutObject : public AXNodeObject {
AXObject* accessibilityHitTest(const IntPoint&) const override;
AXObject* elementAccessibilityHitTest(const IntPoint&) const override;
- // High-level accessibility tree access. Other modules should only use these functions.
+ // High-level accessibility tree access. Other modules should only use these
+ // functions.
AXObject* computeParent() const override;
AXObject* computeParentIfExists() const override;
- // Low-level accessibility tree exploration, only for use within the accessibility module.
+ // Low-level accessibility tree exploration, only for use within the
+ // accessibility module.
AXObject* rawFirstChild() const override;
AXObject* rawNextSibling() const override;
void addChildren() override;

Powered by Google App Engine
This is Rietveld 408576698