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

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

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
« no previous file with comments | « Source/modules/accessibility/AXTableColumn.cpp ('k') | Source/modules/accessibility/AXTableRow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXTableRow.h
diff --git a/Source/modules/accessibility/AXTableRow.h b/Source/modules/accessibility/AXTableRow.h
index 2fc12ffb0e5c2781aaeb0fbd7736904c66c20db3..229a3d066f8a1041eab1a716b892eb41f315d536 100644
--- a/Source/modules/accessibility/AXTableRow.h
+++ b/Source/modules/accessibility/AXTableRow.h
@@ -38,10 +38,10 @@ class AXObjectCacheImpl;
class AXTableRow : public AXRenderObject {
protected:
- AXTableRow(RenderObject*, AXObjectCacheImpl*);
+ AXTableRow(LayoutObject*, AXObjectCacheImpl*);
public:
- static PassRefPtr<AXTableRow> create(RenderObject*, AXObjectCacheImpl*);
+ static PassRefPtr<AXTableRow> create(LayoutObject*, AXObjectCacheImpl*);
virtual ~AXTableRow();
virtual bool isTableRow() const override final;
« no previous file with comments | « Source/modules/accessibility/AXTableColumn.cpp ('k') | Source/modules/accessibility/AXTableRow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698