[Webkit-unassigned] [Bug 90505] Set the access qualifier of two methods to query frame specific info of BitmapImage to protected.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 12 03:47:44 PDT 2012


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





--- Comment #10 from Eric Seidel <eric at webkit.org>  2012-08-12 03:48:13 PST ---
(From update of attachment 151186)
View in context: https://bugs.webkit.org/attachment.cgi?id=151186&action=review

>> Source/WebCore/platform/graphics/cg/GraphicsContext3DCG.cpp:103
>> +    bool hasAlpha = image->isBitmapImage() ? image->currentFrameHasAlpha() : true;
> 
> Why is this the right thing for gif and other multi-frame images?

Do we end up using the current frame anyway?

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