[Webkit-unassigned] [Bug 90445] Add an assertion and a comment in order to clarify the states of BitmapImage.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 3 04:18:13 PDT 2012


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





--- Comment #2 from Huang Dongsung <luxtella at company100.net>  2012-07-03 04:18:14 PST ---
(From update of attachment 150577)
View in context: https://bugs.webkit.org/attachment.cgi?id=150577&action=review

> Source/WebCore/platform/graphics/BitmapImage.cpp:312
> +    ASSERT(m_frames[index].m_isComplete);

All case that call this method is guarded by if(isComplete).

> Source/WebCore/platform/graphics/BitmapImage.cpp:326
> +    // black.

The comment was copied from ImageSource::frameHasAlphaAtIndex(size_t index)

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