| Index: third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxPainter.cpp b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| index 4ec4a3c677611dc0c46509c959637719c0fc512b..6b9fa832ccb88623cf0c5101e190f4c6b723fffd 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| @@ -316,7 +316,7 @@ FloatRoundedRect BackgroundRoundedRectAdjustedForBleedAvoidance(
|
| // Use the most conservative inset to avoid mixed-style corner issues.
|
| float fractional_inset = 1.0f / 2;
|
| for (auto& edge : edges) {
|
| - if (edge.BorderStyle() == kBorderStyleDouble) {
|
| + if (edge.BorderStyle() == EBorderStyle::kDouble) {
|
| fractional_inset = 1.0f / 6;
|
| break;
|
| }
|
|
|