Index: tests/BlurTest.cpp |
diff --git a/tests/BlurTest.cpp b/tests/BlurTest.cpp |
index 9c40aa791c18087af2f922633376aac266cad2f2..a1eaca92b45827074c14a4454ff26b067febeda7 100644 |
--- a/tests/BlurTest.cpp |
+++ b/tests/BlurTest.cpp |
@@ -349,7 +349,7 @@ static void test_sigma_range(skiatest::Reporter* reporter, GrContextFactory* fac |
int groundTruthResult[kSize]; |
int bruteForce1DResult[kSize]; |
- SkScalar sigma = SkFloatToScalar(10.0f); |
+ SkScalar sigma = 10.0f; |
for (int i = 0; i < 4; ++i, sigma /= 10) { |