[Webkit-unassigned] [Bug 32122] [Qt] Preparation for tiling support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 7 03:12:30 PST 2009


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





--- Comment #13 from Benjamin Poulain <benjamin.poulain at nokia.com>  2009-12-07 03:12:29 PST ---
Created an attachment (id=44396)
 --> (https://bugs.webkit.org/attachment.cgi?id=44396)
Offscreen rendering of the mainframe at the QWebFrame level

This patch render the frame offscreen on a pixmap and always paint the pixmap
in paint event.

The advantage of storing the pixmap at the frame level are:
 - improve the speed of graphics web view && qweb view
 - we can avoid completely GraphicsContext in some cases
 - we can have support for multi-frame

This is preliminary work, not meant to be integrated. It does not yet integrate
the work of Kenneth

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