aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ccpr/GrCCPathParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/ccpr/GrCCPathParser.h')
-rw-r--r--src/gpu/ccpr/GrCCPathParser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/ccpr/GrCCPathParser.h b/src/gpu/ccpr/GrCCPathParser.h
index b28ab3b489..973c873f2b 100644
--- a/src/gpu/ccpr/GrCCPathParser.h
+++ b/src/gpu/ccpr/GrCCPathParser.h
@@ -128,8 +128,8 @@ private:
void endContourIfNeeded(bool insideContour);
void drawPrimitives(GrOpFlushState*, const GrPipeline&, CoverageCountBatchID,
- GrCCCoverageProcessor::PrimitiveType, GrCCCoverageProcessor::WindMethod,
- int PrimitiveTallies::*instanceType, const SkIRect& drawBounds) const;
+ GrCCCoverageProcessor::PrimitiveType, int PrimitiveTallies::*instanceType,
+ const SkIRect& drawBounds) const;
// Staging area for the path being parsed.
SkDEBUGCODE(int fParsingPath = false);