Index: gm/dashing.cpp |
diff --git a/gm/dashing.cpp b/gm/dashing.cpp |
index bbd0b65c20e4c3c689275954fd8af1b9b903ed77..fa88e9e0abae4a7795d1cbdea729dc9081264e97 100644 |
--- a/gm/dashing.cpp |
+++ b/gm/dashing.cpp |
@@ -263,7 +263,7 @@ protected: |
// 1on/1off 3x3 squares with phase of 1.5 - rects fast path |
canvas->save(); |
canvas->translate(112, 110); |
- this->drawDashedLines(canvas, 100, SkFloatToScalar(1.5f), SkIntToScalar(3), 3, false); |
+ this->drawDashedLines(canvas, 100, 1.5f, SkIntToScalar(3), 3, false); |
canvas->restore(); |
// 1on/1off 1x1 circles with phase of 1 - no fast path yet |