Index: include/gpu/GrTestUtils.h |
diff --git a/include/gpu/GrTestUtils.h b/include/gpu/GrTestUtils.h |
index b27b31322c3a59849084a6110ac7b203b5ca41f4..2786bb2e9abdb7897e7ebad9e64012df7fdf30a2 100644 |
--- a/include/gpu/GrTestUtils.h |
+++ b/include/gpu/GrTestUtils.h |
@@ -16,6 +16,7 @@ |
#include "SkRandom.h" |
class SkMatrix; |
+class SkRRect; |
struct SkRect; |
namespace GrTest { |
@@ -24,7 +25,9 @@ namespace GrTest { |
*/ |
const SkMatrix& TestMatrix(SkRandom*); |
const SkMatrix& TestMatrixPreservesRightAngles(SkRandom*); |
+const SkMatrix& TestMatrixRectStaysRect(SkRandom*); |
const SkRect& TestRect(SkRandom*); |
+const SkRRect& TestRRectSimple(SkRandom*); |
} |