aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPaint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkPaint.h')
-rw-r--r--include/core/SkPaint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index 134d4bf6d8..1930db1484 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -881,7 +881,7 @@ public:
const SkRect& computeFastStrokeBounds(const SkRect& orig,
SkRect* storage) const {
- return this->doComputeFastBounds(orig, storage, kFill_Style);
+ return this->doComputeFastBounds(orig, storage, kStroke_Style);
}
// Take the style explicitly, so the caller can force us to be stroked