Index: include/gpu/GrPaint.h |
diff --git a/include/gpu/GrPaint.h b/include/gpu/GrPaint.h |
index 0085604caee91a7acd2d81724984f33831bfb700..6120348792809ee6765579607a7d1f8e05729996 100644 |
--- a/include/gpu/GrPaint.h |
+++ b/include/gpu/GrPaint.h |
@@ -99,7 +99,7 @@ public: |
fXPFactory = GrPorterDuffXPFactory::Make(mode); |
} |
- void setCoverageSetOpXPFactory(SkRegion::Op regionOp, bool invertCoverage = false); |
+ void setCoverageSetOpXPFactory(SkRegion::Op, bool invertCoverage = false); |
/** |
* Appends an additional color processor to the color computation. |