[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:25 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=90505
--- Comment #9 from Eric Seidel <eric at webkit.org> 2012-08-12 03:47:54 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() ? static_cast<BitmapImage*>(image)->frameHasAlphaAtIndex(0) : true;
> + bool hasAlpha = image->isBitmapImage() ? image->currentFrameHasAlpha() : true;
Why is this the right thing for gif and other multi-frame images?
--
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