| Summary: | RenderLayerCompositor's m_layerForOverhangAreas should be offset by the topContentInset | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Beth Dakin <bdakin> | ||||
| Component: | Layout and Rendering | Assignee: | Beth Dakin <bdakin> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | bdakin, commit-queue, esprehn+autocc, glenn, kondapallykalyan, simon.fraser, thorton | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Beth Dakin
2014-04-14 14:09:35 PDT
Created attachment 229304 [details]
Patch
Comment on attachment 229304 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=229304&action=review > Source/WebCore/rendering/RenderLayerCompositor.cpp:3007 > + m_layerForOverhangAreas->setPosition(FloatPoint(0, m_renderView.frameView().topContentInset())); should we shrink it by topContentInset? (In reply to comment #2) > (From update of attachment 229304 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=229304&action=review > > > Source/WebCore/rendering/RenderLayerCompositor.cpp:3007 > > + m_layerForOverhangAreas->setPosition(FloatPoint(0, m_renderView.frameView().topContentInset())); > > should we shrink it by topContentInset? We should! Fixed that. http://trac.webkit.org/changeset/167270 |