| Index: src/gpu/GrSWMaskHelper.cpp
|
| diff --git a/src/gpu/GrSWMaskHelper.cpp b/src/gpu/GrSWMaskHelper.cpp
|
| index f97af4b108c2d4097a6abba17861e9341bf19d79..b6117e344e3db2faaf928ff16a0b74c59c3f3334 100644
|
| --- a/src/gpu/GrSWMaskHelper.cpp
|
| +++ b/src/gpu/GrSWMaskHelper.cpp
|
| @@ -127,7 +127,6 @@ void GrSWMaskHelper::draw(const SkPath& path, const SkStrokeRec& stroke, SkRegio
|
| SkPaint paint;
|
| if (stroke.isHairlineStyle()) {
|
| paint.setStyle(SkPaint::kStroke_Style);
|
| - paint.setStrokeWidth(SK_Scalar1);
|
| } else {
|
| if (stroke.isFillStyle()) {
|
| paint.setStyle(SkPaint::kFill_Style);
|
|
|