Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: tools/timer/Timer.h

Issue 853883004: Revert of Sketch DM refactor. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/flags/SkCommonFlags.cpp ('k') | tools/timer/Timer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/timer/Timer.h
diff --git a/tools/timer/Timer.h b/tools/timer/Timer.h
index e28a515b540eaa2fe30b69bf82c3c7a8af87c16b..81d1ca50ef8922495c6c732a3e912bb045454c9e 100644
--- a/tools/timer/Timer.h
+++ b/tools/timer/Timer.h
@@ -8,7 +8,6 @@
#define Timer_DEFINED
#include "SkTypes.h"
-#include "SkString.h"
#if defined(SK_BUILD_FOR_WIN32)
#include "SysTimer_windows.h"
@@ -71,6 +70,4 @@
SysTimer fSysTimer;
};
-SkString HumanizeMs(double);
-
#endif
« no previous file with comments | « tools/flags/SkCommonFlags.cpp ('k') | tools/timer/Timer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698