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

Unified Diff: tools/PictureRenderingFlags.h

Issue 12440067: Change the name of SkFlags to SkCommandLineFlags. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: ParseCommandLine -> Parse 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 | « gyp/tools.gyp ('k') | tools/PictureRenderingFlags.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/PictureRenderingFlags.h
diff --git a/tools/PictureRenderingFlags.h b/tools/PictureRenderingFlags.h
index e8909f9f4cc8779db4e0f4d987bd560de2f2791e..29215ac7e126ea960564a1ae04dc9ee96db90993 100644
--- a/tools/PictureRenderingFlags.h
+++ b/tools/PictureRenderingFlags.h
@@ -20,8 +20,8 @@ enum PictureTool {
};
/**
- * Uses SkFlags to parse the command line, and returns a PictureRenderer
- * reflecting the flags used. Assumes that SkFlags::ParseCommandLine has
+ * Uses SkCommandLineFlags to parse the command line, and returns a PictureRenderer
+ * reflecting the flags used. Assumes that SkCommandLineFlags::Parse has
* been called.
* @param error If there is an error or warning, it will be stored in error.
* @param tool Which tool is being used.
« no previous file with comments | « gyp/tools.gyp ('k') | tools/PictureRenderingFlags.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698