Index: Source/core/layout/svg/LayoutSVGTransformableContainer.h |
diff --git a/Source/core/rendering/svg/RenderSVGTransformableContainer.h b/Source/core/layout/svg/LayoutSVGTransformableContainer.h |
similarity index 87% |
rename from Source/core/rendering/svg/RenderSVGTransformableContainer.h |
rename to Source/core/layout/svg/LayoutSVGTransformableContainer.h |
index 9bfdbe0eeda913fa378c1d781d4e53f86d3369a3..b91f457251d76cd79483bebe967512de85589481 100644 |
--- a/Source/core/rendering/svg/RenderSVGTransformableContainer.h |
+++ b/Source/core/layout/svg/LayoutSVGTransformableContainer.h |
@@ -18,17 +18,17 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
-#ifndef RenderSVGTransformableContainer_h |
-#define RenderSVGTransformableContainer_h |
+#ifndef LayoutSVGTransformableContainer_h |
+#define LayoutSVGTransformableContainer_h |
#include "core/layout/svg/LayoutSVGContainer.h" |
namespace blink { |
class SVGGraphicsElement; |
-class RenderSVGTransformableContainer final : public LayoutSVGContainer { |
+class LayoutSVGTransformableContainer final : public LayoutSVGContainer { |
public: |
- explicit RenderSVGTransformableContainer(SVGGraphicsElement*); |
+ explicit LayoutSVGTransformableContainer(SVGGraphicsElement*); |
virtual bool isChildAllowed(LayoutObject*, const LayoutStyle&) const override; |
@@ -49,4 +49,4 @@ private: |
} |
-#endif // RenderSVGTransformableContainer_h |
+#endif // LayoutSVGTransformableContainer_h |