[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:56:57 PDT 2009


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





--- Comment #8 from Peter Kasting <pkasting at google.com>  2009-10-19 17:56:57 PDT ---
(In reply to comment #7)
>      RGBA32Buffer& buffer = m_frameBufferCache[frameIndex];

I fully support changing this too!  Never even saw it.

(That said, there is one difference -- in this function, members of |buffer|
get set and called, but |buffer| is never used directly as an lvalue, whereas
assigning to a ref looks more like an assignment to a temp.  But I think this
distinction is pretty trivial, and doesn't justify one case over the other.)

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