[webkit-reviews] review granted: [Bug 116061] Headers and footers should be pinned to the left edge of the window when scrolling horizontally : [Attachment 201636] Patch, attempting to fix builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 13 16:06:12 PDT 2013


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Beth Dakin
<bdakin at apple.com>'s request for review:
Bug 116061: Headers and footers should be pinned to the left edge of the window
when scrolling horizontally
https://bugs.webkit.org/show_bug.cgi?id=116061

Attachment 201636: Patch, attempting to fix builds
https://bugs.webkit.org/attachment.cgi?id=201636&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=201636&action=review


> Source/WebCore/rendering/RenderLayerCompositor.cpp:2557
>      m_layerForHeader->setPosition(FloatPoint(0, 0));
> +    m_layerForHeader->setAnchorPoint(FloatPoint3D(0, 0, 0));

These could just be FloatPoint(), FloatPoint3D().


More information about the webkit-reviews mailing list