| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index 8fc3dab289d1b4d853272aba7112c80f3d00a38b..05455843e851102b73ee49eb21607aa1a42511f6 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -2244,7 +2244,7 @@ int ComputedStyle::outlineOutsetExtent() const {
|
| return GraphicsContext::focusRingOutsetExtent(
|
| outlineOffset(), std::ceil(getOutlineStrokeWidthForFocusRing()));
|
| }
|
| - return std::max(0, saturatedAddition(outlineWidth(), outlineOffset()));
|
| + return std::max(0, SaturatedAddition(outlineWidth(), outlineOffset()));
|
| }
|
|
|
| float ComputedStyle::getOutlineStrokeWidthForFocusRing() const {
|
|
|