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

Unified Diff: tools/flags/SkCommandLineFlags.h

Issue 1696763002: Adding a tool to get images from skps (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Response to comments Created 4 years, 10 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/flags/SkCommandLineFlags.h
diff --git a/tools/flags/SkCommandLineFlags.h b/tools/flags/SkCommandLineFlags.h
index 909718d3e79fa404c273541d4db89455176821e9..2c77cbf35ee5c6764f2dc8982eac51ed6c68b2da 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.
*/

Powered by Google App Engine
This is Rietveld 408576698