[Webkit-unassigned] [Bug 66229] WebKit doesn't react to device scale factor changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 15 11:31:17 PDT 2011


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





--- Comment #4 from Adam Roben (:aroben) <aroben at apple.com>  2011-08-15 11:31:16 PST ---
(From update of attachment 103915)
View in context: https://bugs.webkit.org/attachment.cgi?id=103915&action=review

>> Source/WebCore/page/Frame.h:172
>> +#endif
> 
> I don't think this method should be #ifdeffed. In fact, it could be the one entry point that then calls setNeedsRecalcStyleInAllFrames().

I can un-ifdef it. But I don't think it should call setNeedsRecalcStyleInAllFrames. Hyatt told me we don't want to call that function when pinch-zooming, as it will be too slow, and the page scale factor doesn't affect style 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