computeFastStrokeBounds needs to pass kStroke_Style instead of kFill_Style (ya think?)

git-svn-id: http://skia.googlecode.com/svn/trunk@3981 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2012-05-16 19:21:12 +00:00
parent 115d931d2f
commit 73a025811c

View File

@ -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