| Index: Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp b/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
|
| index 27eeceb9740af8744f164957c5c1d7a7118f798e..eecfa3b7e2a241516648b72dd7864b83f3c9afc9 100644
|
| --- a/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
|
| @@ -130,6 +130,7 @@ bool WebPopupMenuImpl::handleGestureEvent(const WebGestureEvent& event)
|
| return m_widget->handleGestureEvent(PlatformGestureEventBuilder(m_widget, event));
|
| }
|
|
|
| +#if ENABLE(TOUCH_EVENTS)
|
| bool WebPopupMenuImpl::handleTouchEvent(const WebTouchEvent& event)
|
| {
|
|
|
| @@ -137,6 +138,7 @@ bool WebPopupMenuImpl::handleTouchEvent(const WebTouchEvent& event)
|
| bool defaultPrevented(m_widget->handleTouchEvent(touchEventBuilder));
|
| return defaultPrevented;
|
| }
|
| +#endif
|
|
|
| bool WebPopupMenuImpl::handleKeyEvent(const WebKeyboardEvent& event)
|
| {
|
|
|