[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
Wed Jul 4 13:00:11 PDT 2012


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


Alexey Proskuryakov (on vacation until 7/18) <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




--- Comment #3 from Alexey Proskuryakov (on vacation until 7/18) <ap at webkit.org>  2012-07-04 13:00:11 PST ---
Could you please elaborate why this needs to be done? Clearly, this is not a build fix.

-    bool hasAlpha = image->isBitmapImage() ? static_cast<BitmapImage*>(image)->frameHasAlphaAtIndex(0) : true;
+   bool hasAlpha = image->isBitmapImage() ? image->currentFrameHasAlpha() : true;

This looks suspicious - are frame 0 and current one the same?

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