WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
134991
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug