Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / public / browser / web_contents_delegate.cc
index 2d9c731..efbebb4 100644 (file)
@@ -108,6 +108,12 @@ bool WebContentsDelegate::PreHandleKeyboardEvent(
   return false;
 }
 
+bool WebContentsDelegate::PreHandleGestureEvent(
+    WebContents* source,
+    const blink::WebGestureEvent& event) {
+  return false;
+}
+
 bool WebContentsDelegate::CanDragEnter(
     WebContents* source,
     const DropData& data,