| Index: Source/core/layout/style/SVGLayoutStyle.cpp
|
| diff --git a/Source/core/layout/style/SVGLayoutStyle.cpp b/Source/core/layout/style/SVGLayoutStyle.cpp
|
| index 55957ff9cd4c6cb754709a64c0715080b48a343a..df663c4b89d01fce03ca63569352b891dc7d03b7 100644
|
| --- a/Source/core/layout/style/SVGLayoutStyle.cpp
|
| +++ b/Source/core/layout/style/SVGLayoutStyle.cpp
|
| @@ -192,8 +192,11 @@ bool SVGLayoutStyle::diffNeedsLayoutAndPaintInvalidation(const SVGLayoutStyle* o
|
| if (layout.get() != other->layout.get()) {
|
| if (layout->x != other->layout->x
|
| || layout->y != other->layout->y
|
| + || layout->r != other->layout->r
|
| || layout->rx != other->layout->rx
|
| - || layout->ry != other->layout->ry)
|
| + || layout->ry != other->layout->ry
|
| + || layout->cx != other->layout->cx
|
| + || layout->cy != other->layout->cy)
|
| return true;
|
| }
|
|
|
|
|