Chromium Code Reviews| Index: include/core/SkStrokeRec.h |
| diff --git a/include/core/SkStrokeRec.h b/include/core/SkStrokeRec.h |
| index 32e54405632fccba6b7d1d57978f115afa936255..22981a5d9e4412c0a00a41b82cfab91b1d247e5e 100644 |
| --- a/include/core/SkStrokeRec.h |
| +++ b/include/core/SkStrokeRec.h |
| @@ -63,6 +63,10 @@ public: |
| fMiterLimit = miterLimit; |
| } |
| + SkScalar getResScale() const { |
| + return fResScale; |
| + } |
| + |
| void setResScale(SkScalar rs) { |
| SkASSERT(rs > 0 && SkScalarIsFinite(rs)); |
| fResScale = rs; |