[Webkit-unassigned] [Bug 35287] ImageSourceCG::frameIsCompleteAtIndex returns false for all frames until image has completed loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 23 11:30:27 PST 2010


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





--- Comment #4 from Darin Adler <darin at apple.com>  2010-02-23 11:30:27 PST ---
(From update of attachment 49304)
> +    // source (<rdar://problem/7679174>).  We work around this by special-casing all frames except the

We do a single space after periods.

> +    if (index < frameCount() - 1)
> +        return frameStatus >= kCGImageStatusIncomplete;

Can this ever be called if the frameCount is 0?

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