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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXTableRow.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/AXTableRow.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXTableRow.h b/third_party/WebKit/Source/modules/accessibility/AXTableRow.h
index 0be0857b421883546cdc2756b3c93b2f19ed0141..ea038c33002e4cbcd93d0948cfc1c5111637d814 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXTableRow.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXTableRow.h
@@ -49,7 +49,8 @@ class AXTableRow : public AXLayoutObject {
// retrieves the "row" header (a th tag in the rightmost column)
virtual AXObject* headerObject();
- // retrieves the "row" headers (th, scope) from left to right for the each row.
+ // Retrieves the "row" headers (th, scope) from left to right for the each
+ // row.
virtual void headerObjectsForRow(AXObjectVector&);
AXObject* parentTable() const;

Powered by Google App Engine
This is Rietveld 408576698