Index: gpu/src/GrPathUtils.h |
=================================================================== |
--- gpu/src/GrPathUtils.h (revision 1330) |
+++ gpu/src/GrPathUtils.h (working copy) |
@@ -19,15 +19,14 @@ |
#include "GrNoncopyable.h" |
#include "GrPoint.h" |
+#include "GrPath.h" |
-class GrPathIter; |
- |
/** |
* Utilities for evaluating paths. |
*/ |
class GrPathUtils : public GrNoncopyable { |
public: |
- static int worstCasePointCount(GrPathIter* path, |
+ static int worstCasePointCount(const GrPath&, |
int* subpaths, |
GrScalar tol); |
static uint32_t quadraticPointCount(const GrPoint points[], GrScalar tol); |