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    

Description Kenneth Rohde Christiansen 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.
Comment 1 Kenneth Rohde Christiansen 2012-12-21 06:56:21 PST
cc'ing Mikhail as he is looking into this
Comment 2 Dongseong Hwang 2013-01-09 01:26:21 PST

*** This bug has been marked as a duplicate of bug 105978 ***