| Index: Source/core/layout/svg/LayoutSVGTSpan.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGTSpan.h b/Source/core/layout/svg/LayoutSVGTSpan.h
|
| similarity index 81%
|
| rename from Source/core/rendering/svg/RenderSVGTSpan.h
|
| rename to Source/core/layout/svg/LayoutSVGTSpan.h
|
| index cc96ecf112ceecaa9dfc7084c6048a3a26f58df4..86616e6e5b2d0c5de7bf5fae36f84f0d5dcedb41 100644
|
| --- a/Source/core/rendering/svg/RenderSVGTSpan.h
|
| +++ b/Source/core/layout/svg/LayoutSVGTSpan.h
|
| @@ -19,20 +19,20 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef RenderSVGTSpan_h
|
| -#define RenderSVGTSpan_h
|
| +#ifndef LayoutSVGTSpan_h
|
| +#define LayoutSVGTSpan_h
|
|
|
| #include "core/layout/svg/LayoutSVGInline.h"
|
|
|
| namespace blink {
|
| -class RenderSVGTSpan final : public LayoutSVGInline {
|
| +class LayoutSVGTSpan final : public LayoutSVGInline {
|
| public:
|
| - explicit RenderSVGTSpan(Element*);
|
| + explicit LayoutSVGTSpan(Element*);
|
|
|
| virtual bool isChildAllowed(LayoutObject*, const LayoutStyle&) const override;
|
|
|
| - virtual const char* renderName() const override { return "RenderSVGTSpan"; }
|
| + virtual const char* renderName() const override { return "LayoutSVGTSpan"; }
|
| };
|
| }
|
|
|
| -#endif // !RenderSVGTSpan_h
|
| +#endif // LayoutSVGTSpan_h
|
|
|