NEW134991
Synchronize offsetFromRenderer() + devicePixelFractionFromRenderer() offset calls between RenderLayerBacking and GraphicsLayer.
https://bugs.webkit.org/show_bug.cgi?id=134991
Summary Synchronize offsetFromRenderer() + devicePixelFractionFromRenderer() offset c...
alan
Reported 2014-07-16 15:23:49 PDT
On the way out (as dirty rects) those calls are in RenderLayerBacking (RenderLayerBacking::setContentsNeedDisplay()), while on the way in (as clip rects) offsetFromRenderer() is in GraphicsLayer (GraphicsLayer::paintGraphicsLayerContents) while devicePixelFractionFromRenderer() is in RenderLayerBacking (RenderLayerBacking::paintContents) They both should either be in GraphicsLayer or in RenderLayerBacking.
Attachments
Note You need to log in before you can comment on or make changes to this bug.