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

Unified Diff: tools/SkFlags.h

Issue 12411007: Update help in SkFlags. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fix a nit Created 7 years, 9 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 | « no previous file | tools/SkFlags.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/SkFlags.h
diff --git a/tools/SkFlags.h b/tools/SkFlags.h
index 79cc8788a3b26f93393f519ce0014ebbe79dd532..a2d4c97ece0115159dc24d63ec404eb9bcf1860c 100644
--- a/tools/SkFlags.h
+++ b/tools/SkFlags.h
@@ -298,6 +298,8 @@ public:
const SkString& name() const { return fName; }
+ const SkString& shortName() const { return fShortName; }
+
const SkString& help() const { return fHelpString; }
SkString defaultValue() const {
« no previous file with comments | « no previous file | tools/SkFlags.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698