[webkit-reviews] review granted: [Bug 131632] RenderLayerCompositor's m_layerForOverhangAreas should be offset by the topContentInset : [Attachment 229304] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 14 14:31:55 PDT 2014


Tim Horton <thorton at apple.com> has granted Beth Dakin <bdakin at apple.com>'s
request for review:
Bug 131632: RenderLayerCompositor's m_layerForOverhangAreas should be offset by
the topContentInset
https://bugs.webkit.org/show_bug.cgi?id=131632

Attachment 229304: Patch
https://bugs.webkit.org/attachment.cgi?id=229304&action=review

------- Additional Comments from Tim Horton <thorton at apple.com>
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?


More information about the webkit-reviews mailing list