[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 13:35:37 PDT 2011


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





--- Comment #7 from Simon Fraser (smfr) <simon.fraser at apple.com>  2011-08-15 13:35:36 PST ---
(From update of attachment 103943)
View in context: https://bugs.webkit.org/attachment.cgi?id=103943&action=review

> Source/WebKit/mac/WebView/WebView.mm:3395
> +#if USE(ACCELERATED_COMPOSITING)
> +    _private->page->mainFrame()->deviceScaleFactorChanged();
> +#endif

This should not be inside #ifdefs now, right?

> Source/WebKit2/WebProcess/WebPage/ca/LayerTreeHostCA.cpp:153
> +void LayerTreeHostCA::deviceScaleFactorDidChange()

Seems odd to have methods called deviceScaleFactorChanged() and deviceScaleFactorDidChange() in various places. Can they share the same name?

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