| Index: Source/core/svg/SVGMaskElement.cpp
|
| diff --git a/Source/core/svg/SVGMaskElement.cpp b/Source/core/svg/SVGMaskElement.cpp
|
| index b734228407ba496a40dc50b412c5f5aa782dcc05..feebb7e0df9df0ebc63769b3c1f2703f6c558ff9 100644
|
| --- a/Source/core/svg/SVGMaskElement.cpp
|
| +++ b/Source/core/svg/SVGMaskElement.cpp
|
| @@ -127,7 +127,7 @@ void SVGMaskElement::childrenChanged(bool changedByParser, Node* beforeChange, N
|
| return;
|
|
|
| if (RenderObject* object = renderer())
|
| - object->setNeedsLayoutAndFullRepaint();
|
| + object->setNeedsLayoutAndFullPaintInvalidation();
|
| }
|
|
|
| RenderObject* SVGMaskElement::createRenderer(RenderStyle*)
|
|
|