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

Unified Diff: gm/gmmain.cpp

Issue 14414008: Fix an SkCommandLineFlags bug. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 8 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/flags/SkCommandLineFlags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/gmmain.cpp
diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp
index 4979d79a544ac381633c808389225bcab015dfb5..65058d619851d05e6b64b1c9ef578c1aefb1567d 100644
--- a/gm/gmmain.cpp
+++ b/gm/gmmain.cpp
@@ -1256,7 +1256,7 @@ static int findConfig(const char config[]) {
return -1;
}
-static bool skip_name(const SkTDArray<const char*> array, const char name[]) {
+static bool skip_name(SkCommandLineFlags::StringArray array, const char name[]) {
if (0 == array.count()) {
// no names, so don't skip anything
return false;
« no previous file with comments | « no previous file | tools/flags/SkCommandLineFlags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698