Index: include/gpu/GrTestUtils.h |
diff --git a/include/gpu/GrTestUtils.h b/include/gpu/GrTestUtils.h |
index 07026278ec53179a27ea4e13f0a3a9ee85c74391..84a11d6321bc8f51db3c3d919498e0e656b775b8 100644 |
--- a/include/gpu/GrTestUtils.h |
+++ b/include/gpu/GrTestUtils.h |
@@ -14,6 +14,7 @@ |
#include "GrColor.h" |
#include "SkRandom.h" |
+#include "SkStrokeRec.h" |
class SkMatrix; |
class SkPath; |
@@ -31,6 +32,7 @@ SkMatrix TestMatrixInvertible(SkRandom*); |
const SkRect& TestRect(SkRandom*); |
const SkRRect& TestRRectSimple(SkRandom*); |
const SkPath& TestPath(SkRandom*); |
+SkStrokeRec TestStrokeRec(SkRandom*); |
} |