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

Unified Diff: Source/modules/accessibility/AXTableCell.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/AXTable.cpp ('k') | Source/modules/accessibility/AXTableCell.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXTableCell.h
diff --git a/Source/modules/accessibility/AXTableCell.h b/Source/modules/accessibility/AXTableCell.h
index 9217f9ab0e42b6d136e1240b6f614a8309c9f483..410f7c16d725a0e06648945c949431bb336500fd 100644
--- a/Source/modules/accessibility/AXTableCell.h
+++ b/Source/modules/accessibility/AXTableCell.h
@@ -38,10 +38,10 @@ class AXObjectCacheImpl;
class AXTableCell : public AXRenderObject {
protected:
- AXTableCell(RenderObject*, AXObjectCacheImpl*);
+ AXTableCell(LayoutObject*, AXObjectCacheImpl*);
public:
- static PassRefPtr<AXTableCell> create(RenderObject*, AXObjectCacheImpl*);
+ static PassRefPtr<AXTableCell> create(LayoutObject*, AXObjectCacheImpl*);
virtual ~AXTableCell();
virtual bool isTableCell() const override final;
« no previous file with comments | « Source/modules/accessibility/AXTable.cpp ('k') | Source/modules/accessibility/AXTableCell.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698