[Webkit-unassigned] [Bug 106061] [wk2] Remove offscreen tiles from the layer tree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 14:27:12 PST 2013


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





--- Comment #6 from Simon Fraser (smfr) <simon.fraser at apple.com>  2013-01-04 14:29:10 PST ---
(From update of attachment 181357)
View in context: https://bugs.webkit.org/attachment.cgi?id=181357&action=review

> Source/WebCore/platform/graphics/ca/mac/TileCache.mm:594
> +                    if (m_unparentsOffscreenTiles)

Why isn't this checking for the RemoveTilesFromLayerTree flag?

> Source/WebCore/platform/graphics/ca/mac/TileCache.mm:653
> +    if (validationPolicy & RemoveTilesFromLayerTree) {

The confusion  between m_unparentsOffscreenTiles and RemoveTilesFromLayerTree is great!

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