[webkit-reviews] review granted: [Bug 133329] Prepare for position:sticky support inside accelerated overflow-scroll with WK2 : [Attachment 232161] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 27 18:35:07 PDT 2014


Tim Horton <thorton at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 133329: Prepare for position:sticky support inside accelerated
overflow-scroll with WK2
https://bugs.webkit.org/show_bug.cgi?id=133329

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

------- Additional Comments from Tim Horton <thorton at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=232161&action=review


> Source/WebCore/rendering/RenderBoxModelObject.cpp:455
> +    float scale = view().frameView().frame().frameScaleFactor();

RenderObject has frame(), maybe use that? (it just does what you're doing)


More information about the webkit-reviews mailing list