[Webkit-unassigned] [Bug 52603] Consider not allowing WebView::m_backingLayer to go into tiling mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 18 09:38:51 PST 2011


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


Vangelis Kokkevis <vangelis at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vangelis at chromium.org




--- Comment #2 from Vangelis Kokkevis <vangelis at chromium.org>  2011-01-18 09:38:51 PST ---
(In reply to comment #0)
> The fix for bug 52582 made WebView draw into a GraphicsLayer when in accelerated compositing mode. This GraphicsLayer can enter tiling mode if the window is more than 2000px wide or tall. It's possible that this could adversely affect performance, and we know of at least one visual glitch that occurs in tiling mode (bug 52602). We should investigate not allowing this layer to go into tiling mode at all, or perhaps raise the size threshold at which it enters tiling mode.

Wouldn't tiling be beneficial for the root layer?  For the Chromium port, tiling the root layer allows for more efficient scrolling.  However, we have indeed noticed correctness side-effects with off-screen fixed position elements (http://code.google.com/p/chromium/issues/detail?id=69692) whose invalidations do seem to be getting lost.

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