Bug 133329

Summary: Prepare for position:sticky support inside accelerated overflow-scroll with WK2
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Simon Fraser (smfr) 2014-05-27 18:25:17 PDT
Prepare for position:sticky support inside accelerated overflow-scroll with WK2
Comment 1 Simon Fraser (smfr) 2014-05-27 18:26:53 PDT
Created attachment 232161 [details]
Patch
Comment 2 Tim Horton 2014-05-27 18:35:32 PDT
Comment on attachment 232161 [details]
Patch

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)
Comment 3 Simon Fraser (smfr) 2014-05-27 21:45:43 PDT
https://trac.webkit.org/r169408