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

Unified Diff: tools/random_parse_path.h

Issue 1675053002: test parsepath (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: unused variable Created 4 years, 10 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 | « tests/ParsePathTest.cpp ('k') | tools/random_parse_path.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/random_parse_path.h
diff --git a/tools/random_parse_path.h b/tools/random_parse_path.h
new file mode 100644
index 0000000000000000000000000000000000000000..4dfa5015cc08a68732366eac31046e8adf7fe59c
--- /dev/null
+++ b/tools/random_parse_path.h
@@ -0,0 +1,17 @@
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef random_parse_path_DEFINED
+#define random_parse_path_DEFINED
+
+#include "SkString.h"
+
+class SkRandom;
+
+SkString MakeRandomParsePathPiece(SkRandom* rand);
+
+#endif
« no previous file with comments | « tests/ParsePathTest.cpp ('k') | tools/random_parse_path.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698