| Index: Source/WebKit/chromium/src/WebViewImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebViewImpl.cpp b/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| index 30a9cf835e11ac52bf912762a6dc2c354849e25b..6699fc453b4d7fef7b4f01f9e4e998b9da220a4c 100644
|
| --- a/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| @@ -3514,7 +3514,7 @@ void WebViewImpl::applyAutofillSuggestions(
|
|
|
| if (!m_autofillPopup) {
|
| PopupContainerSettings popupSettings = autofillPopupSettings;
|
| - popupSettings.deviceSupportsTouch = settingsImpl()->deviceSupportsTouch();
|
| + popupSettings.primaryInputIncludesTouch = settingsImpl()->primaryPointerDevices() & WebSettings::PointerDeviceTouch;
|
| m_autofillPopup = PopupContainer::create(m_autofillPopupClient.get(),
|
| PopupContainer::Suggestion,
|
| popupSettings);
|
|
|