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

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

Issue 2907133002: Move WebAXObject.cpp to core/ (WIP) (Closed)
Patch Set: Created 3 years, 7 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 fbcfd3c4bb075bf6c3005c5644cbc58cf7c06519..665f8fd7a3a1c7c02e478422385946e52914ac60 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h
@@ -50,7 +50,7 @@ class MODULES_EXPORT AXTableColumn final : public AXMockObject {
// retrieves the topmost "column" header (th)
AXObjectImpl* HeaderObject();
// retrieves the "column" headers (th, scope) from top to bottom
- void HeaderObjectsForColumn(AXObjectVector&);
+ void HeaderObjectsForColumn(AXObjectImplVector&);
AccessibilityRole RoleValue() const override { return kColumnRole; }

Powered by Google App Engine
This is Rietveld 408576698