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. |