RESOLVED FIXED 46193
[chromium] Composited layers get double transformed when scrolling
https://bugs.webkit.org/show_bug.cgi?id=46193
Summary [chromium] Composited layers get double transformed when scrolling
Vangelis Kokkevis
Reported 2010-09-21 09:42:54 PDT
There's a new scroll layer now maintained by the common RenderLayerCompositor which applies the scrolling transform. The additional transform added by the LayerRendererChromium should now be removed.
Attachments
proposed patch (1.88 KB, patch)
2010-09-21 10:13 PDT, Vangelis Kokkevis
kbr: review+
Vangelis Kokkevis
Comment 1 2010-09-21 10:13:39 PDT
Created attachment 68255 [details] proposed patch updateLayersRecursive is (incorrectly) also called by LayerRendererChromium::prepareToDrawLayers() but the invocation in drawLayers() is the one that really matters. I'll clean up the prepareToDrawLayers() in a separate CL.
Kenneth Russell
Comment 2 2010-09-21 10:44:28 PDT
Comment on attachment 68255 [details] proposed patch Looks fine to me.
Vangelis Kokkevis
Comment 3 2010-09-21 10:51:48 PDT
Note You need to log in before you can comment on or make changes to this bug.