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

Unified Diff: Source/core/layout/svg/LayoutSVGForeignObject.h

Issue 927583002: Moving RenderSVG* files from rendering/ to layout/ (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/core/layout/svg/LayoutSVGEllipse.cpp ('k') | Source/core/layout/svg/LayoutSVGForeignObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/LayoutSVGForeignObject.h
diff --git a/Source/core/rendering/svg/RenderSVGForeignObject.h b/Source/core/layout/svg/LayoutSVGForeignObject.h
similarity index 88%
rename from Source/core/rendering/svg/RenderSVGForeignObject.h
rename to Source/core/layout/svg/LayoutSVGForeignObject.h
index 47fac061e8d102dc91c27b82135d1e7d8748327d..075136ed9d820e03ed005c6bf12f0bf1c7dd4fa6 100644
--- a/Source/core/rendering/svg/RenderSVGForeignObject.h
+++ b/Source/core/layout/svg/LayoutSVGForeignObject.h
@@ -18,8 +18,8 @@
* Boston, MA 02110-1301, USA.
*/
-#ifndef RenderSVGForeignObject_h
-#define RenderSVGForeignObject_h
+#ifndef LayoutSVGForeignObject_h
+#define LayoutSVGForeignObject_h
#include "core/rendering/svg/RenderSVGBlock.h"
@@ -27,12 +27,12 @@ namespace blink {
class SVGForeignObjectElement;
-class RenderSVGForeignObject final : public RenderSVGBlock {
+class LayoutSVGForeignObject final : public RenderSVGBlock {
public:
- explicit RenderSVGForeignObject(SVGForeignObjectElement*);
- virtual ~RenderSVGForeignObject();
+ explicit LayoutSVGForeignObject(SVGForeignObjectElement*);
+ virtual ~LayoutSVGForeignObject();
- virtual const char* renderName() const override { return "RenderSVGForeignObject"; }
+ virtual const char* renderName() const override { return "LayoutSVGForeignObject"; }
virtual bool isChildAllowed(LayoutObject*, const LayoutStyle&) const override;
« no previous file with comments | « Source/core/layout/svg/LayoutSVGEllipse.cpp ('k') | Source/core/layout/svg/LayoutSVGForeignObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698