Fix MSAN compile error

Change-Id: I2ac07f2da5e08a3dbefc59fb860d69817906df41
Reviewed-on: https://skia-review.googlesource.com/49441
Reviewed-by: Jim Van Verth <jvanverth@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
This commit is contained in:
Jim Van Verth 2017-09-20 15:23:44 -04:00 committed by Skia Commit-Bot
parent 94c75c7969
commit 446cc84b55

View File

@ -5,6 +5,7 @@
* found in the LICENSE file.
*/
#include "Timer.h"
#include <stdio.h>
SkString HumanizeMs(double ms) {
if (ms > 60e+3) return SkStringPrintf("%.3gm", ms/60e+3);