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

Unified Diff: Source/modules/accessibility/AXARIAGridCell.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/AXARIAGrid.cpp ('k') | Source/modules/accessibility/AXARIAGridCell.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXARIAGridCell.h
diff --git a/Source/modules/accessibility/AXARIAGridCell.h b/Source/modules/accessibility/AXARIAGridCell.h
index a5ec4cc5f0dd00e1c988596d84e0b0e3b93bb405..4e5c5310db435228414d1ce585ba506cc5e3297b 100644
--- a/Source/modules/accessibility/AXARIAGridCell.h
+++ b/Source/modules/accessibility/AXARIAGridCell.h
@@ -38,10 +38,10 @@ class AXObjectCacheImpl;
class AXARIAGridCell final : public AXTableCell {
private:
- AXARIAGridCell(RenderObject*, AXObjectCacheImpl*);
+ AXARIAGridCell(LayoutObject*, AXObjectCacheImpl*);
public:
- static PassRefPtr<AXARIAGridCell> create(RenderObject*, AXObjectCacheImpl*);
+ static PassRefPtr<AXARIAGridCell> create(LayoutObject*, AXObjectCacheImpl*);
virtual ~AXARIAGridCell();
// fills in the start location and row span of cell
« no previous file with comments | « Source/modules/accessibility/AXARIAGrid.cpp ('k') | Source/modules/accessibility/AXARIAGridCell.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698