| Index: tools/skpdiff/skpdiff_util.cpp
|
| diff --git a/tools/skpdiff/skpdiff_util.cpp b/tools/skpdiff/skpdiff_util.cpp
|
| index 171721c3be91f105d1c175356bd891961de799da..983bee20b3a2f96234db62495d564de5e2bdcd27 100644
|
| --- a/tools/skpdiff/skpdiff_util.cpp
|
| +++ b/tools/skpdiff/skpdiff_util.cpp
|
| @@ -83,7 +83,7 @@ const char* cl_error_to_string(cl_int err) {
|
| }
|
| #endif
|
|
|
| -// TODO refactor BenchTimer to be used here
|
| +// TODO refactor Timer to be used here
|
| double get_seconds() {
|
| #if SK_BUILD_FOR_WIN32
|
| LARGE_INTEGER currentTime;
|
|
|