| 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;
|
|
|
|
|