[Webkit-unassigned] [Bug 66413] WebCore requires every WebKit port to keep track of the device scale factor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 18 00:59:49 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66413





--- Comment #4 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-08-18 00:59:48 PST ---
(From update of attachment 104246)
View in context: https://bugs.webkit.org/attachment.cgi?id=104246&action=review

> Source/WebKit/qt/Api/qwebpage.cpp:2571
> -    d->pixelRatio = conf.devicePixelRatio;
> +    d->page->setDeviceScaleFactor(conf.devicePixelRatio);

This is OK for now. We are doing this slightly different for WebKit2 anyway.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list