| Index: include/gpu/GrTestUtils.h
|
| diff --git a/include/gpu/GrTestUtils.h b/include/gpu/GrTestUtils.h
|
| index 21db543c04518a257c4a6d0cf300c6c0e2108133..83db0d88db9c5b8bf015965c2ba371fce3ccb72d 100644
|
| --- a/include/gpu/GrTestUtils.h
|
| +++ b/include/gpu/GrTestUtils.h
|
| @@ -32,6 +32,7 @@ const SkMatrix& TestMatrixInvertible(SkRandom*);
|
| const SkRect& TestRect(SkRandom*);
|
| const SkRRect& TestRRectSimple(SkRandom*);
|
| const SkPath& TestPath(SkRandom*);
|
| +const SkPath& TestPathConvex(SkRandom*);
|
| SkStrokeRec TestStrokeRec(SkRandom*);
|
|
|
| }
|
|
|