[Webkit-unassigned] [Bug 49377] [Qt][WK2] Implement BackingStore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 11 09:22:41 PST 2010


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





--- Comment #8 from Andreas Kling <kling at webkit.org>  2010-11-11 09:22:40 PST ---
One thing we might want to look at later is letting QImage align its scanlines on 32-bit boundaries (the default behavior) instead of using the cramped W*H*4 format.

It basically just means overriding UpdateChunk::size() and removing the stride (width * 4) arguments to QImage constructors.

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