commit | b5b3168a645802f66233234a06dd5a3764f18018 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jun 16 18:05:35 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jun 16 18:05:35 2011 +0000 |
tree | f21923d1770265b866880a3d7a996e755b408656 | |
parent | 3e7ff9f31daedefd5431e724b94cebbd15d9ac21 [diff] [blame] |
First pass at improving temporary tex/rt reuse Review URL: http://codereview.appspot.com/4625043/ git-svn-id: http://skia.googlecode.com/svn/trunk@1616 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/src/GrPathUtils.cpp b/gpu/src/GrPathUtils.cpp index 1fb043c..b93c8a9 100644 --- a/gpu/src/GrPathUtils.cpp +++ b/gpu/src/GrPathUtils.cpp
@@ -19,7 +19,7 @@ const GrScalar GrPathUtils::gTolerance = GR_Scalar1; -static const uint32_t MAX_POINTS_PER_CURVE = 1 << 10; +static const int MAX_POINTS_PER_CURVE = 1 << 10; uint32_t GrPathUtils::quadraticPointCount(const GrPoint points[], GrScalar tol) {