[Webkit-unassigned] [Bug 70103] [chromium] Implement position:fixed in compositor thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 14 10:00:45 PDT 2011


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





--- Comment #2 from Vangelis Kokkevis <vangelis at chromium.org>  2011-10-14 10:00:46 PST ---
(From update of attachment 111002)
View in context: https://bugs.webkit.org/attachment.cgi?id=111002&action=review

> Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHostCommon.cpp:136
> +

I generally expect that fixed position layers will be the exception rather than the rule. In addition scroll deltas will only happen when running on the thread. I would prefer to pay the penalty of adjusting the transform only when really necessary.  In other words, as we descend the layer hierarchy, if we find a fixed position layer then walk upwards until the enclosing scrolling parent and compute the transform delta.

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