Index: src/animator/SkDisplayPost.cpp |
diff --git a/src/animator/SkDisplayPost.cpp b/src/animator/SkDisplayPost.cpp |
index cc45b216ba5ddf9e950c74b6931e8a019345eaaf..0fd4a0675350f1ccc7de5ae5490c14c20dad58e9 100644 |
--- a/src/animator/SkDisplayPost.cpp |
+++ b/src/animator/SkDisplayPost.cpp |
@@ -76,7 +76,7 @@ void SkPost::dump(SkAnimateMaker* maker) { |
delete eventType; |
if (delay > 0) { |
- SkDebugf("delay=\"%g\" ", SkScalarToFloat(SkScalarDiv(delay, 1000))); |
+ SkDebugf("delay=\"%g\" ", delay * 0.001); |
} |
// if (initialized == false) |
// SkDebugf("(uninitialized) "); |