[Webkit-unassigned] [Bug 50527] [Qt] Background image rendering is slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 5 08:47:43 PST 2010


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





--- Comment #3 from Noam Rosenthal <noam.rosenthal at nokia.com>  2010-12-05 08:47:43 PST ---
(In reply to comment #2)
> (From update of attachment 75618 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=75618&action=review
> 
> > WebCore/platform/graphics/qt/ImageQt.cpp:110
> > +    if (!destinationRect.width() || !destinationRect.height() || !destinationRect.width() || !destinationRect.height())
> 
> This should be:
> if (!destinationRect.width() || !destinationRect.height() || !tileRect.width() || !tileRect.height())
> or even:
> if (!destinationRect.isValid() || !tileRect.isValid())

Agree. This part was copied from the original code :)

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