| Index: third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| index 5719e404b538bd0c67df7793c14f850aaec4227a..dbf533cd0cb10eed0c1323ae9409b1a2c23b8edd 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -339,7 +339,7 @@ void LayoutBox::StyleDidChange(StyleDifference diff,
|
| // overflowClipRect(), and border radii, so we update properties on
|
| // border size or radii change.
|
| if (!old_style->Border().SizeEquals(new_style.Border()) ||
|
| - !old_style->Border().RadiiEqual(new_style.Border()))
|
| + !old_style->RadiiEqual(new_style))
|
| SetNeedsPaintPropertyUpdate();
|
| }
|
| }
|
|
|