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

Unified Diff: tools/TempDir.h

Issue 830513004: Simplify skiatest framework. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: mtklein comments 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
Index: tools/TempDir.h
diff --git a/tools/TempDir.h b/tools/TempDir.h
new file mode 100644
index 0000000000000000000000000000000000000000..9ffcee7fdae8d2f69a612fdbd28ce90223df927d
--- /dev/null
+++ b/tools/TempDir.h
@@ -0,0 +1,18 @@
+/*
+ * Copyright 2015 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+#ifndef TempDir_DEFINED
+#define TempDir_DEFINED
+
+#include "SkString.h"
+
+namespace sk_tools {
+
+SkString GetTmpDir();
mtklein 2015/01/18 22:57:55 I'm sort of skeptical that this is a feature worth
hal.canary 2015/01/20 16:01:52 removed.
+
+} // namespace
+
+#endif // TempDir_DEFINED

Powered by Google App Engine
This is Rietveld 408576698