| Index: Source/WebCore/platform/chromium/PopupListBox.h
|
| diff --git a/Source/WebCore/platform/chromium/PopupListBox.h b/Source/WebCore/platform/chromium/PopupListBox.h
|
| index 6575aee77f72999c9d03fa5a57f623d4ebf57695..6d7a12fd1a02c64d4ae37f51496acf728c8143f9 100644
|
| --- a/Source/WebCore/platform/chromium/PopupListBox.h
|
| +++ b/Source/WebCore/platform/chromium/PopupListBox.h
|
| @@ -81,9 +81,9 @@ struct PopupContainerSettings {
|
| // Autocomplete popups are restricted, combo-boxes (select tags) aren't.
|
| bool restrictWidthOfListBox;
|
|
|
| - // If the device is a touch screen we increase the height of menu items
|
| + // If the primary input includes a touch screen we increase the height of menu items
|
| // to make it easier to unambiguously touch them.
|
| - bool deviceSupportsTouch;
|
| + bool primaryInputIncludesTouch;
|
| };
|
|
|
| class PopupContent {
|
|
|