Bug 125813

Summary: WKView.magnification should include magnification due to the active gesture
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit2Assignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, mitz, sam, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch simon.fraser: review+

Description Tim Horton 2013-12-16 16:12:54 PST
Otherwise, the parent app cannot tell if the effective scale is != 1 during the initial pinch in. Plus, it makes more sense this way.
Comment 1 Tim Horton 2013-12-16 16:25:12 PST
Created attachment 219366 [details]
patch
Comment 2 Simon Fraser (smfr) 2013-12-16 16:29:01 PST
Comment on attachment 219366 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=219366&action=review

> Source/WebKit2/UIProcess/mac/ViewGestureController.h:43
> +    double magnification();

const?
Comment 3 Tim Horton 2013-12-16 16:32:26 PST
http://trac.webkit.org/changeset/160675