diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/gpu/GrTestUtils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/gpu/GrTestUtils.h b/include/gpu/GrTestUtils.h index 91f36ea2d9..6fed7e1761 100644 --- a/include/gpu/GrTestUtils.h +++ b/include/gpu/GrTestUtils.h @@ -16,7 +16,6 @@ #include "SkRandom.h" #include "SkStrokeRec.h" -class GrStrokeInfo; class SkMatrix; class SkPath; class SkRRect; @@ -36,7 +35,6 @@ const SkRRect& TestRRectSimple(SkRandom*); const SkPath& TestPath(SkRandom*); const SkPath& TestPathConvex(SkRandom*); SkStrokeRec TestStrokeRec(SkRandom*); -GrStrokeInfo TestStrokeInfo(SkRandom*); } |