[Webkit-unassigned] [Bug 99751] PageViewportController::m_rawAttributes.devicePixelRatio is not initialized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 19 02:07:11 PDT 2012


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





--- Comment #5 from Andras Becsi <abecsi at webkit.org>  2012-10-19 02:08:07 PST ---
(In reply to comment #4)
> (From update of attachment 169458 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=169458&action=review
> 
> > Source/WebKit2/UIProcess/PageViewportController.cpp:74
> > +    m_rawAttributes.devicePixelRatio = 1;
> 
> ARgh, this device pixel ratio should be removed from here instead and we should use Page::deviceScaleFactor like everyone else

Since the recent refactor, we do not use m_rawAttributes.devicePixelRatio any more, so this patch does not really have an effect.

I'll prepare a patch to remove it from the attributes.

-- 
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