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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXTableColumn.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/AXTableColumn.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h b/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h
index bec26b4b32270f8effe9057c8c60b79076158625..f1ce42fbaa588df5de1f08f4c0760d08a3bfb6ac 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h
@@ -50,7 +50,7 @@ public:
// retrieves the topmost "column" header (th)
AXObject* headerObject();
// retrieves the "column" headers (th, scope) from top to bottom
- void headerObjectsForColumn(AccessibilityChildrenVector&);
+ void headerObjectsForColumn(AXObjectVector&);
AccessibilityRole roleValue() const override { return ColumnRole; }

Powered by Google App Engine
This is Rietveld 408576698