summaryrefslogtreecommitdiff
path: root/Source/web/WebPopupMenuImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/web/WebPopupMenuImpl.cpp')
-rw-r--r--Source/web/WebPopupMenuImpl.cpp15
1 files changed, 8 insertions, 7 deletions
diff --git a/Source/web/WebPopupMenuImpl.cpp b/Source/web/WebPopupMenuImpl.cpp
index 9be33e8ae..894a2d378 100644
--- a/Source/web/WebPopupMenuImpl.cpp
+++ b/Source/web/WebPopupMenuImpl.cpp
@@ -38,17 +38,17 @@
#include "WebRange.h"
#include "WebViewClient.h"
#include "WebWidgetClient.h"
-#include "core/page/FrameView.h"
+#include "core/frame/FrameView.h"
#include "core/platform/Cursor.h"
-#include "core/platform/NotImplemented.h"
-#include "core/platform/PlatformGestureEvent.h"
-#include "core/platform/PlatformKeyboardEvent.h"
-#include "core/platform/PlatformMouseEvent.h"
-#include "core/platform/PlatformWheelEvent.h"
+#include "platform/NotImplemented.h"
#include "core/platform/chromium/FramelessScrollView.h"
#include "core/platform/graphics/GraphicsContext.h"
-#include "core/platform/graphics/IntRect.h"
#include "core/platform/graphics/skia/SkiaUtils.h"
+#include "platform/PlatformGestureEvent.h"
+#include "platform/PlatformKeyboardEvent.h"
+#include "platform/PlatformMouseEvent.h"
+#include "platform/PlatformWheelEvent.h"
+#include "platform/geometry/IntRect.h"
#include "public/platform/WebRect.h"
#include <skia/ext/platform_canvas.h>
@@ -263,6 +263,7 @@ bool WebPopupMenuImpl::handleInputEvent(const WebInputEvent& inputEvent)
case WebInputEvent::GestureTap:
case WebInputEvent::GestureTapUnconfirmed:
case WebInputEvent::GestureTapDown:
+ case WebInputEvent::GestureShowPress:
case WebInputEvent::GestureTapCancel:
case WebInputEvent::GestureDoubleTap:
case WebInputEvent::GestureTwoFingerTap: