[Webkit-unassigned] [Bug 85921] [chromium] Only increase size of Combo Box Options when displayed on touch screen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 15:25:03 PDT 2012


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





--- Comment #18 from James Robinson <jamesr at chromium.org>  2012-05-23 15:24:07 PST ---
(From update of attachment 143602)
View in context: https://bugs.webkit.org/attachment.cgi?id=143602&action=review

> Source/WebCore/page/Settings.h:571
> +        void setDeviceTouchScreen(bool enabled) { m_deviceTouchScreen = enabled; }
> +        bool isDeviceTouchScreen() const { return m_deviceTouchScreen; }

Do you still need this to exist on WebCore::Settings?  If this only is ever set or queried on chromium's WebSettings, you can save the value in a bool on WebSettingsImpl and use that instead

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