Bug 104374

Summary: [EFL][WK2] We should consider frame and device scale factors in WebCore instead of scaling our raster graphics engines
Product: WebKit Reporter: Kenneth Rohde Christiansen <kenneth>
Component: WebKit EFLAssignee: Mikhail Pozdnyakov <mikhail.pozdnyakov>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: abecsi, cdumez, dongseong.hwang, d-r, joone, jturcotte, kalyan.kondapally, laszlo.gombos, lucas.de.marchi, mikhail.pozdnyakov, noam, ostap73, tmpsantos
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 103105    

Kenneth Rohde Christiansen
Reported 2012-12-07 08:47:34 PST
Right now we scale externally, by supplying the contents scale (aka frame scale in WebCore terminology) and the device scale directly to our raster engine (cairo_t, QPainter for Qt) instead of letting WebCore handle this like Chrome and Mac ports are doing it. We should switch so that we align more with other ports, use more common code and gain the advantages of this approach.
Attachments
Kenneth Rohde Christiansen
Comment 1 2012-12-21 06:56:21 PST
cc'ing Mikhail as he is looking into this
Dongseong Hwang
Comment 2 2013-01-09 01:26:21 PST
*** This bug has been marked as a duplicate of bug 105978 ***
Note You need to log in before you can comment on or make changes to this bug.