Index: include/gpu/GrTestUtils.h |
diff --git a/include/gpu/GrTestUtils.h b/include/gpu/GrTestUtils.h |
index e6bfa7476f99e075d1f435958812f62d6e3c278c..7c5545e181bd30cc0d473bd1d90465702d338598 100644 |
--- a/include/gpu/GrTestUtils.h |
+++ b/include/gpu/GrTestUtils.h |
@@ -12,12 +12,14 @@ |
#include "SkRandom.h" |
class SkMatrix; |
+class SkRect; |
namespace GrTest { |
/** |
* A helper for use in Test functions. |
*/ |
const SkMatrix& TestMatrix(SkRandom*); |
+const SkRect& TestRect(SkRandom*); |
} |