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

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

Issue 1403963003: Rename AccessibilityChildrenVector to AXObjectVector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 cb50b1ce6a5fe2933c39196e5d2964db64a3a263..ff1797f58379db17332e13e80013ecd7d965b83e 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXTableRow.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXTableRow.h
@@ -49,7 +49,7 @@ public:
// 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.
- virtual void headerObjectsForRow(AccessibilityChildrenVector&);
+ virtual void headerObjectsForRow(AXObjectVector&);
AXObject* parentTable() const;
void setRowIndex(int rowIndex) { m_rowIndex = rowIndex; }

Powered by Google App Engine
This is Rietveld 408576698