| 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 da917c8ef5f3c6411e2df4fdfb942ec617c86903..b86bea96b368c13fe14d9b8a835b4b5a800d663e 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -2243,7 +2243,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 {
|
|
|