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

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

Powered by Google App Engine
This is Rietveld 408576698