aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/timer/Timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/timer/Timer.h')
-rw-r--r--tools/timer/Timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/timer/Timer.h b/tools/timer/Timer.h
index 446eb254fd..9b0f7b2b98 100644
--- a/tools/timer/Timer.h
+++ b/tools/timer/Timer.h
@@ -22,5 +22,6 @@ public:
};
SkString HumanizeMs(double);
+int HumanizeMs(char*, int len, double);
#endif