Bug 139326

Summary: [iOS] Query -[WAKWindow screenScale] instead of using WKGetScreenScaleFactor()
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Tools / TestsAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: iPhone / iPad   
OS: iOS 8.1   
Attachments:
Description Flags
Patch andersca: review+

Description Daniel Bates 2014-12-05 17:00:34 PST
We should use the screen scale factor of the WAKWindow instead of querying WKGetScreenScaleFactor() for it when taking a snapshot in DumpRenderTree as the former reflects the scale factor that is used in WebKit.
Comment 1 Daniel Bates 2014-12-05 17:02:11 PST
Created attachment 242683 [details]
Patch
Comment 2 Daniel Bates 2014-12-05 17:09:24 PST
Committed r176897: <http://trac.webkit.org/changeset/176897>