Index: src/core/SkPaint.cpp |
diff --git a/src/core/SkPaint.cpp b/src/core/SkPaint.cpp |
index 7c6c8e0109d8f71778f218aec053cf3a16fa9540..5774839ed84c9a888eadb968441c9116a07c06d7 100644 |
--- a/src/core/SkPaint.cpp |
+++ b/src/core/SkPaint.cpp |
@@ -2003,9 +2003,9 @@ SkMaskFilter* SkPaint::setMaskFilter(SkMaskFilter* filter) { |
/////////////////////////////////////////////////////////////////////////////// |
-bool SkPaint::getFillPath(const SkPath& src, SkPath* dst, |
- const SkRect* cullRect) const { |
- SkStrokeRec rec(*this); |
+bool SkPaint::getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect, |
+ SkScalar resScale) const { |
+ SkStrokeRec rec(*this, resScale); |
const SkPath* srcPtr = &src; |
SkPath tmpPath; |