[Webkit-unassigned] [Bug 100061] [chromium] Device scale factor should be no-op when applyDeviceScaleFactorInCompositor == 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 19 16:07:30 PST 2012


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





--- Comment #22 from Adam Barth <abarth at webkit.org>  2012-11-19 16:09:27 PST ---
> The options are:
> 1. Create an accessor on WebViewImpl.
> 2. Make WebViewImpl::settingsImpl() public.
> 3. Add virtual getters on WebSettings.
> 4. Passing it as an argument to WebPagePopupImpl::create
> 
> Which solution you think is the best?

I'd got with option (2).  That's going to generalize best for the future and won't pollute the API with implementation concerns.

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