| Index: Source/core/layout/svg/LayoutSVGBlock.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGBlock.h b/Source/core/layout/svg/LayoutSVGBlock.h
|
| similarity index 94%
|
| rename from Source/core/rendering/svg/RenderSVGBlock.h
|
| rename to Source/core/layout/svg/LayoutSVGBlock.h
|
| index 06f0038ce673f0c4abd474482cd1d5b2d6570e23..9dba595bc8f00394245bcde9ec373eb35a7a1fdc 100644
|
| --- a/Source/core/rendering/svg/RenderSVGBlock.h
|
| +++ b/Source/core/layout/svg/LayoutSVGBlock.h
|
| @@ -17,8 +17,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef RenderSVGBlock_h
|
| -#define RenderSVGBlock_h
|
| +#ifndef LayoutSVGBlock_h
|
| +#define LayoutSVGBlock_h
|
|
|
| #include "core/rendering/RenderBlockFlow.h"
|
|
|
| @@ -26,9 +26,9 @@ namespace blink {
|
|
|
| class SVGElement;
|
|
|
| -class RenderSVGBlock : public RenderBlockFlow {
|
| +class LayoutSVGBlock : public RenderBlockFlow {
|
| public:
|
| - explicit RenderSVGBlock(SVGElement*);
|
| + explicit LayoutSVGBlock(SVGElement*);
|
|
|
| virtual LayoutRect visualOverflowRect() const override final;
|
|
|
| @@ -66,4 +66,4 @@ private:
|
| };
|
|
|
| }
|
| -#endif
|
| +#endif // LayoutSVGBlock_h
|
|
|