aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ccpr/GrCCPathParser.h
diff options
context:
space:
mode:
authorGravatar Chris Dalton <csmartdalton@google.com>2018-02-15 12:27:29 -0700
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-20 16:59:43 +0000
commit45e46604bb50851bc5ece129db86e33fdf8488ab (patch)
treeb9bbe9316a79084dc6c2cb1704a413199154acf9 /src/gpu/ccpr/GrCCPathParser.h
parent06f593cd139b335956b2845b03581f72c0feb595 (diff)
ccpr: Fix a couple issues with tessellation and winding
Bug: skia: Change-Id: I7c7851230e0ed19719b06e833cbf45c0ef78ddae Reviewed-on: https://skia-review.googlesource.com/107908 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Chris Dalton <csmartdalton@google.com>
Diffstat (limited to 'src/gpu/ccpr/GrCCPathParser.h')
-rw-r--r--src/gpu/ccpr/GrCCPathParser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/ccpr/GrCCPathParser.h b/src/gpu/ccpr/GrCCPathParser.h
index f041610521..d8d897f6d5 100644
--- a/src/gpu/ccpr/GrCCPathParser.h
+++ b/src/gpu/ccpr/GrCCPathParser.h
@@ -114,7 +114,6 @@ private:
int fCurrPathPointsIdx;
int fCurrPathVerbsIdx;
PrimitiveTallies fCurrPathPrimitiveCounts;
- SkPath::FillType fCurrPathFillType;
GrCCGeometry fGeometry;
SkSTArray<32, PathInfo, true> fPathsInfo;