Index: src/gpu/GrPaint.cpp |
diff --git a/src/gpu/GrPaint.cpp b/src/gpu/GrPaint.cpp |
index dda687e7c176335684341a183c6c1cc4481d1d31..7bf9b6d568267b6a63bd29f6e077775f93de4f89 100644 |
--- a/src/gpu/GrPaint.cpp |
+++ b/src/gpu/GrPaint.cpp |
@@ -16,6 +16,7 @@ GrPaint::GrPaint() |
: fAntiAlias(false) |
, fDisableOutputConversionToSRGB(false) |
, fAllowSRGBInputs(false) |
+ , fUsesDistanceVectorField(false) |
, fColor(GrColor4f::FromGrColor(GrColor_WHITE)) {} |
void GrPaint::setCoverageSetOpXPFactory(SkRegion::Op regionOp, bool invertCoverage) { |