aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/picture_utils.h
diff options
context:
space:
mode:
authorGravatar keyar@chromium.org <keyar@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-13 18:22:59 +0000
committerGravatar keyar@chromium.org <keyar@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-13 18:22:59 +0000
commit1cbd47c4b1e44658013512a7b1086d8af71237a8 (patch)
tree3c29cdac57ca356307fce6f21b7493069781455e /tools/picture_utils.h
parent3e8483e0ded180202fcf69a541b8d8d72239855e (diff)
Preparations for adding options and different render types to render_pictures.
Review URL: https://codereview.appspot.com/6345107 git-svn-id: http://skia.googlecode.com/svn/trunk@4603 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools/picture_utils.h')
-rw-r--r--tools/picture_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/picture_utils.h b/tools/picture_utils.h
index 18efcb79c2..aeb625f6e5 100644
--- a/tools/picture_utils.h
+++ b/tools/picture_utils.h
@@ -17,7 +17,7 @@ class SkPicture;
namespace sk_tools {
// Creates a posix style filepath by concatenating name onto dir with a
// forward slash into path.
- void make_filepath(SkString* path, const char* dir, const SkString& name);
+ void make_filepath(SkString* path, const SkString&, const SkString& name);
// Returns the last part of the path (file name or leaf directory name)
//