Index: include/gpu/GrTestUtils.h |
diff --git a/include/gpu/GrTestUtils.h b/include/gpu/GrTestUtils.h |
index 91f36ea2d9c09b37e2fdd96956d34e87c12e4758..6fed7e1761017b4ef5f8e492b3bf731025dfff09 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 SkPath& TestPath(SkRandom*); |
const SkPath& TestPathConvex(SkRandom*); |
SkStrokeRec TestStrokeRec(SkRandom*); |
-GrStrokeInfo TestStrokeInfo(SkRandom*); |
} |