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