[Webkit-unassigned] [Bug 49220] REGERSSION: transform matrix applied too many times when nested

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 29 13:20:27 PST 2010


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





--- Comment #9 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-11-29 13:20:27 PST ---
The plan of action here:

1. Clean up RenderBox::applyLayerTransformToRect():
     a) no need for transform.makeIdentity();
     b) layer()->updateTransform(); should not be necessary here: i filed bug 50175 on that issue.

2. Cache the transformedFrameRect() on the layer.
3. See what's left.

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