Index: dm/DMUtil.h |
diff --git a/dm/DMUtil.h b/dm/DMUtil.h |
index b5b5e3203bf9b0388dc7a07efd58a37bbbf0303c..8011e96e1eec5f2aab45eb21ee218997b6c2b48e 100644 |
--- a/dm/DMUtil.h |
+++ b/dm/DMUtil.h |
@@ -15,6 +15,9 @@ namespace DM { |
// UnderJoin("a", "b") -> "a_b" |
SkString UnderJoin(const char* a, const char* b); |
+// "foo_bar.skp" -> "foo-bar_skp" |
+SkString FileToTaskName(SkString); |
+ |
// Draw gm to picture. Passes recordFlags to SkPictureRecorder::beginRecording(). |
SkPicture* RecordPicture(skiagm::GM* gm, |
uint32_t recordFlags = 0, |