aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrTestUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrTestUtils.h')
-rw-r--r--include/gpu/GrTestUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpu/GrTestUtils.h b/include/gpu/GrTestUtils.h
index 2109ad657b..21db543c04 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*);
}