| 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 e8af5243d7eb00bbb6cdc56dbf5ff7536733344d..0f4fad85a8fd80b95b2d7d92cc51e1a04197fa90 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();
|
| }
|
| }
|
|
|