[Webkit-unassigned] [Bug 30304] struct RGBA32Buffer is twice as big as the old ImageData of Qt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 19 17:50:44 PDT 2009


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





--- Comment #7 from Holger Freyther <zecke at selfish.org>  2009-10-19 17:50:43 PDT ---
The precedent is in the same file. One line above..

@@ -393,6 +398,7 @@ void GIFImageDecoder::frameComplete(unsigned frameIndex,
unsigned frameDuration,
     // Initialize the frame if necessary.  Some GIFs insert do-nothing frames,
     // in which case we never reach haveDecodedRow() before getting here.
     RGBA32Buffer& buffer = m_frameBufferCache[frameIndex];
+    IntRect& rect = m_rects[frameIndex];

I'm a bit puzzled by the double standards. I'm going to change the occurence
GIFImageDecoder::initFrameBuffer though as a pointer is used for the
RGBA32Buffer.

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