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

Unified Diff: Source/core/layout/svg/LayoutSVGTransformableContainer.h

Issue 921633007: Move the SVG container code from rendering/svg to layout/svg. (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
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
« no previous file with comments | « Source/core/layout/svg/LayoutSVGResourceMarker.cpp ('k') | Source/core/layout/svg/LayoutSVGTransformableContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698