aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/flags/SkCommandLineFlags.h
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2016-02-12 14:47:09 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-12 14:47:09 -0800
commit3478f753ffc28a6f0f0877cc06be7373f960c527 (patch)
treef5d388ff692dd0d3e1c7a189c2802a9ac737f312 /tools/flags/SkCommandLineFlags.h
parent5ab17ed12ec05b9a11b4cfbe901f6cdfa26169ca (diff)
Adding a tool to get images from skps
Diffstat (limited to 'tools/flags/SkCommandLineFlags.h')
-rw-r--r--tools/flags/SkCommandLineFlags.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/flags/SkCommandLineFlags.h b/tools/flags/SkCommandLineFlags.h
index 909718d3e7..2c77cbf35e 100644
--- a/tools/flags/SkCommandLineFlags.h
+++ b/tools/flags/SkCommandLineFlags.h
@@ -108,6 +108,11 @@ public:
static void SetUsage(const char* usage);
/**
+ * Call this to display the help message. Should be called after SetUsage.
+ */
+ static void PrintUsage();
+
+ /**
* Call at the beginning of main to parse flags created by DEFINE_x, above.
* Must only be called once.
*/