| Index: src/core/SkStrokeRec.cpp
|
| diff --git a/src/core/SkStrokeRec.cpp b/src/core/SkStrokeRec.cpp
|
| index c7359e51b541fa726695f59b56864acb50cb82af..b109ddb8d6110d7558087def5acd1a79ff6ddc75 100644
|
| --- a/src/core/SkStrokeRec.cpp
|
| +++ b/src/core/SkStrokeRec.cpp
|
| @@ -98,6 +98,11 @@ void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) {
|
| }
|
| }
|
|
|
| +void SkStrokeRec::setResScale(SkScalar rs) {
|
| + SkASSERT(rs > 0 && SkScalarIsFinite(rs));
|
| + fResScale = rs;
|
| +}
|
| +
|
| #include "SkStroke.h"
|
|
|
| #if !defined SK_LEGACY_STROKE_CURVES && defined SK_DEBUG
|
|
|