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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 /*
2 * Copyright 2015 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7 #ifndef TempDir_DEFINED
8 #define TempDir_DEFINED
9
10 #include "SkString.h"
11
12 namespace sk_tools {
13
14 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.
15
16 } // namespace
17
18 #endif // TempDir_DEFINED
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698