Added comment to SkDrawLooper fix

(SkipBuildbotRuns)



git-svn-id: http://skia.googlecode.com/svn/trunk@9406 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
robertphillips@google.com 2013-06-03 16:58:58 +00:00
parent c117cbae61
commit 135ece137b

View File

@ -35,7 +35,7 @@ void SkDrawLooper::computeFastBounds(const SkPaint& paint, const SkRect& src,
SkRect* dst) {
SkCanvas canvas;
*dst = src;
*dst = src; // catch case where there are no loops
this->init(&canvas);
for (bool firstTime = true;; firstTime = false) {
SkPaint p(paint);