Bug 134991 - Synchronize offsetFromRenderer() + devicePixelFractionFromRenderer() offset calls between RenderLayerBacking and GraphicsLayer.
Summary: Synchronize offsetFromRenderer() + devicePixelFractionFromRenderer() offset c...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-16 15:23 PDT by zalan
Modified: 2014-07-16 15:23 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 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.