[Webkit-unassigned] [Bug 49799] createImageBuffer fail should be handled in the same way as other fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 19 06:12:28 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=49799





--- Comment #3 from Dirk Schulze <krit at webkit.org>  2010-11-19 06:12:27 PST ---
(From update of attachment 74375)
View in context: https://bugs.webkit.org/attachment.cgi?id=74375&action=review

> WebCore/ChangeLog:9
> +        When createImageBuffer fails (i.e the image width or height is less than
> +        0.5, which is rounded to 0) it just returs with false. Since the m_filter

How can this happen? enclosingIntRect should cause a ImageBuffer of 1x1 for a width and height of 0.5x0.5?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list