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

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: 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
Index: tools/PictureRenderingFlags.h
diff --git a/tools/PictureRenderingFlags.h b/tools/PictureRenderingFlags.h
index e8909f9f4cc8779db4e0f4d987bd560de2f2791e..fbafb303679b8a2a3b1adf8af8267b9ace2d30d7 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::ParseCommandLine 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') | tools/flags/SkCommandLineFlags.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698