Updates:
        Status: Available
        Owner: ---
        Cc: [EMAIL PROTECTED]
        Labels: -Pri-2 -Area-Misc Pri-3 Area-WebKit Mstone-X

Comment #1 on issue 4588 by [EMAIL PROTECTED]: crash in drawBitmapRect
http://code.google.com/p/chromium/issues/detail?id=4588

Somebody in here was null.

void SkCanvas::drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
                               const SkRect& dst, const SkPaint* paint) {
     if (bitmap.width() == 0 || bitmap.height() == 0 || dst.isEmpty()) {
         return;
     }
}

See http://src.chromium.org/viewvc/chrome/trunk/src/skia/sgl/SkCanvas.cpp?
view=annotate

Not one of the top 150 crashers for 0.4.154.29.  Could be an artifact of  
the QEMU
environment.

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to