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

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

Issue 2858493002: Rename AXObject to AXObjectImpl in modules/ and web/ (Closed)
Patch Set: Fixed rebase 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/AXTableCell.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXTableCell.h b/third_party/WebKit/Source/modules/accessibility/AXTableCell.h
index dc418d7955d1c2490ca2d4c2c74abda34422244c..e5263496e62892390687603809e151ba8ad50f42 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXTableCell.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXTableCell.h
@@ -60,7 +60,7 @@ class MODULES_EXPORT AXTableCell : public AXLayoutObject {
void SetARIAColIndexFromRow(int index) { aria_col_index_from_row_ = index; }
protected:
- virtual AXObject* ParentTable() const;
+ virtual AXObjectImpl* ParentTable() const;
AccessibilityRole DetermineAccessibilityRole() final;
private:

Powered by Google App Engine
This is Rietveld 408576698