Index: third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h |
diff --git a/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h b/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h |
index d8d4936533c7e104d7c1d612ef558f349e6338ad..44b16b3edcf88d86f04f3a5313a8fbbb54e80cfb 100644 |
--- a/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h |
+++ b/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h |
@@ -116,7 +116,7 @@ InterpolationQuality computeInterpolationQuality( |
inline SkScalar skBlurRadiusToSigma(SkScalar radius) |
{ |
SkASSERT(radius >= 0); |
- return 0.288675f * radius + 0.5f; |
+ return 0.288675f * radius; |
} |
template<typename PrimitiveType> |