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

Unified Diff: Source/core/svg/SVGTSpanElement.cpp

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/svg/SVGRectElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGTSpanElement.cpp
diff --git a/Source/core/svg/SVGTSpanElement.cpp b/Source/core/svg/SVGTSpanElement.cpp
index 55d24e18b9bd5e9ff552d2b865a422f183a4d509..68929bdb2985ac72b3453183ed7ad94d11652625 100644
--- a/Source/core/svg/SVGTSpanElement.cpp
+++ b/Source/core/svg/SVGTSpanElement.cpp
@@ -23,7 +23,7 @@
#include "core/svg/SVGTSpanElement.h"
#include "core/SVGNames.h"
-#include "core/rendering/svg/RenderSVGTSpan.h"
+#include "core/layout/svg/LayoutSVGTSpan.h"
namespace blink {
@@ -36,7 +36,7 @@ DEFINE_NODE_FACTORY(SVGTSpanElement)
LayoutObject* SVGTSpanElement::createRenderer(const LayoutStyle&)
{
- return new RenderSVGTSpan(this);
+ return new LayoutSVGTSpan(this);
}
bool SVGTSpanElement::rendererIsNeeded(const LayoutStyle& style)
« no previous file with comments | « Source/core/svg/SVGRectElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698