| Index: include/gpu/GrTestUtils.h
|
| diff --git a/include/gpu/GrTestUtils.h b/include/gpu/GrTestUtils.h
|
| index 6fed7e1761017b4ef5f8e492b3bf731025dfff09..91f36ea2d9c09b37e2fdd96956d34e87c12e4758 100644
|
| --- a/include/gpu/GrTestUtils.h
|
| +++ b/include/gpu/GrTestUtils.h
|
| @@ -16,6 +16,7 @@
|
| #include "SkRandom.h"
|
| #include "SkStrokeRec.h"
|
|
|
| +class GrStrokeInfo;
|
| class SkMatrix;
|
| class SkPath;
|
| class SkRRect;
|
| @@ -35,6 +36,7 @@ const SkRRect& TestRRectSimple(SkRandom*);
|
| const SkPath& TestPath(SkRandom*);
|
| const SkPath& TestPathConvex(SkRandom*);
|
| SkStrokeRec TestStrokeRec(SkRandom*);
|
| +GrStrokeInfo TestStrokeInfo(SkRandom*);
|
|
|
| }
|
|
|
|
|