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

Unified Diff: Source/core/layout/svg/LayoutSVGTSpan.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/LayoutSVGShape.cpp ('k') | Source/core/layout/svg/LayoutSVGTSpan.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/layout/svg/LayoutSVGShape.cpp ('k') | Source/core/layout/svg/LayoutSVGTSpan.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698