Index: src/utils/SkPathUtils.cpp |
diff --git a/src/utils/SkPathUtils.cpp b/src/utils/SkPathUtils.cpp |
index 86b2f1043454226ac841d579aed02fc6d484042e..fdca09aa6307dab132580206fefbe64518365513 100644 |
--- a/src/utils/SkPathUtils.cpp |
+++ b/src/utils/SkPathUtils.cpp |
@@ -55,7 +55,7 @@ static void Line2path_pixelCircle(SkPath* path, const char* line, |
if (GetBit(line,i)) { |
path->addCircle(i + SK_ScalarHalf, |
lineIdx + SK_ScalarHalf, |
- SkFloatToScalar(SQRT_2 / 2.0f)); |
+ SQRT_2 / 2.0f); |
} |
} |
} |