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

Unified Diff: tools/flags/SkCommandLineFlags.cpp

Issue 1696763002: Adding a tool to get images from skps (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Track unknown images 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
« no previous file with comments | « tools/flags/SkCommandLineFlags.h ('k') | tools/get_images_from_skps.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/flags/SkCommandLineFlags.cpp
diff --git a/tools/flags/SkCommandLineFlags.cpp b/tools/flags/SkCommandLineFlags.cpp
index cddf9fb0b35cc5907f55740391f32bf774cab561..3dd746c8d2fc7924458e2ec95030d24f4a67e6dd 100644
--- a/tools/flags/SkCommandLineFlags.cpp
+++ b/tools/flags/SkCommandLineFlags.cpp
@@ -150,6 +150,10 @@ void SkCommandLineFlags::SetUsage(const char* usage) {
gUsage.set(usage);
}
+void SkCommandLineFlags::PrintUsage() {
+ SkDebugf("%s", gUsage.c_str());
+}
+
// Maximum line length for the help message.
#define LINE_LENGTH 72
« no previous file with comments | « tools/flags/SkCommandLineFlags.h ('k') | tools/get_images_from_skps.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698