[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:29:39 PDT 2011


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





--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com>  2011-08-15 11:29:39 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
> +#if USE(ACCELERATED_COMPOSITING)
> +        void deviceOrPageScaleFactorChanged();
> +#endif

I don't think this method should be #ifdeffed. In fact, it could be the one entry point that then calls setNeedsRecalcStyleInAllFrames().

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