Index: content/public/browser/web_contents_view_delegate.cc |
diff --git a/content/public/browser/web_contents_view_delegate.cc b/content/public/browser/web_contents_view_delegate.cc |
index 6483fafe393cd96ba787eae73fc2421aaa3fd480..e582621be3f839f75b0d65a09f85c668d172f43a 100644 |
--- a/content/public/browser/web_contents_view_delegate.cc |
+++ b/content/public/browser/web_contents_view_delegate.cc |
@@ -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) { |
} |