Index: src/animator/SkAnimateBase.cpp |
diff --git a/src/animator/SkAnimateBase.cpp b/src/animator/SkAnimateBase.cpp |
index 82f777ef39b03235903c830f480cfedac727e9ad..3515ed5cb370b2cbf7be040f22e12c9e950a8d1b 100644 |
--- a/src/animator/SkAnimateBase.cpp |
+++ b/src/animator/SkAnimateBase.cpp |
@@ -91,7 +91,7 @@ |
SkDebugf("to=\"%s\" ", to.c_str()); |
} |
if (begin != 0) { |
- SkDebugf("begin=\"%g\" ", begin * 0.001); |
+ SkDebugf("begin=\"%g\" ", SkScalarToFloat(SkScalarDiv(begin,1000))); |
} |
} |
#endif |