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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXARIAGridCell.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/AXARIAGridCell.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXARIAGridCell.h b/third_party/WebKit/Source/modules/accessibility/AXARIAGridCell.h
index 71eff9860ac6f4bf82b2b8892aa12d65b15be196..c1214a508614b36c8b03fb99449a30cf96103d7d 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXARIAGridCell.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXARIAGridCell.h
@@ -54,7 +54,7 @@ class AXARIAGridCell final : public AXTableCell {
protected:
bool IsAriaColumnHeader() const;
bool IsAriaRowHeader() const;
- AXObject* ParentTable() const override;
+ AXObjectImpl* ParentTable() const override;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698