aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrTestUtils.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-04-30 13:49:27 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-30 13:49:27 -0700
commit3e708c53f79a04b588b6ca8e535e61f986d80b47 (patch)
treea074e51af90cf5b96898632a7bfda14e8236b09a /include/gpu/GrTestUtils.h
parent1c2c441fede0ae9573afc098017011e3439624a9 (diff)
Add batch unit tests for ovals
Diffstat (limited to 'include/gpu/GrTestUtils.h')
-rw-r--r--include/gpu/GrTestUtils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gpu/GrTestUtils.h b/include/gpu/GrTestUtils.h
index b27b31322c..2786bb2e9a 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*);
}