Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / public / browser / web_contents_view_delegate.cc
index 6483faf..e582621 100644 (file)
@@ -33,6 +33,17 @@ bool WebContentsViewDelegate::Focus() {
 void WebContentsViewDelegate::TakeFocus(bool reverse) {
 }
 
+void WebContentsViewDelegate::ShowDisambiguationPopup(
+    const gfx::Rect& target_rect,
+    const SkBitmap& zoomed_bitmap,
+    const gfx::NativeView content,
+    const base::Callback<void(ui::GestureEvent*)>& gesture_cb,
+    const base::Callback<void(ui::MouseEvent*)>& mouse_cb) {
+}
+
+void WebContentsViewDelegate::HideDisambiguationPopup() {
+}
+
 void WebContentsViewDelegate::SizeChanged(const gfx::Size& size) {
 }