Index: Source/core/layout/svg/LayoutSVGForeignObject.cpp |
diff --git a/Source/core/layout/svg/LayoutSVGForeignObject.cpp b/Source/core/layout/svg/LayoutSVGForeignObject.cpp |
index 2bdf4c037714eef92e2bdfa061b1005960e1fc4e..9d7c72e2b5ad21dce090b2f4855da6317d1076fe 100644 |
--- a/Source/core/layout/svg/LayoutSVGForeignObject.cpp |
+++ b/Source/core/layout/svg/LayoutSVGForeignObject.cpp |
@@ -33,7 +33,7 @@ |
namespace blink { |
LayoutSVGForeignObject::LayoutSVGForeignObject(SVGForeignObjectElement* node) |
- : RenderSVGBlock(node) |
+ : LayoutSVGBlock(node) |
, m_needsTransformUpdate(true) |
{ |
} |
@@ -111,7 +111,7 @@ void LayoutSVGForeignObject::layout() |
// If our bounds changed, notify the parents. |
if (updateCachedBoundariesInParents) |
- RenderSVGBlock::setNeedsBoundariesUpdate(); |
+ LayoutSVGBlock::setNeedsBoundariesUpdate(); |
// Invalidate all resources of this client if our layout changed. |
if (layoutChanged) |