Index: include/gpu/GrTestUtils.h |
diff --git a/include/gpu/GrTestUtils.h b/include/gpu/GrTestUtils.h |
index 2109ad657b97d310f5a204c548450265a93634a7..21db543c04518a257c4a6d0cf300c6c0e2108133 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 @@ const SkMatrix& TestMatrixInvertible(SkRandom*); |
const SkRect& TestRect(SkRandom*); |
const SkRRect& TestRRectSimple(SkRandom*); |
const SkPath& TestPath(SkRandom*); |
+SkStrokeRec TestStrokeRec(SkRandom*); |
} |