| Index: include/gpu/GrTestUtils.h
|
| diff --git a/include/gpu/GrTestUtils.h b/include/gpu/GrTestUtils.h
|
| index 83db0d88db9c5b8bf015965c2ba371fce3ccb72d..6289c80e4719434510780bb4b58db68905d4de60 100644
|
| --- a/include/gpu/GrTestUtils.h
|
| +++ b/include/gpu/GrTestUtils.h
|
| @@ -30,6 +30,7 @@ const SkMatrix& TestMatrixPreservesRightAngles(SkRandom*);
|
| const SkMatrix& TestMatrixRectStaysRect(SkRandom*);
|
| const SkMatrix& TestMatrixInvertible(SkRandom*);
|
| const SkRect& TestRect(SkRandom*);
|
| +const SkRect& TestRectSimple(SkRandom*);
|
| const SkRRect& TestRRectSimple(SkRandom*);
|
| const SkPath& TestPath(SkRandom*);
|
| const SkPath& TestPathConvex(SkRandom*);
|
|
|