Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1653)

Unified Diff: content/shell/browser/shell_web_contents_view_delegate_win.cc

Issue 351683002: Adds link disambiguation popup support to Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed scrolling cruft Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/browser/shell_web_contents_view_delegate_win.cc
diff --git a/content/shell/browser/shell_web_contents_view_delegate_win.cc b/content/shell/browser/shell_web_contents_view_delegate_win.cc
index 358f87210c43218b9d92808eec8282f4ef4cb321..356dd0d78f4d2373b3103b3c70010c81097324db 100644
--- a/content/shell/browser/shell_web_contents_view_delegate_win.cc
+++ b/content/shell/browser/shell_web_contents_view_delegate_win.cc
@@ -252,4 +252,11 @@ void ShellWebContentsViewDelegate::TakeFocus(bool reverse) {
void ShellWebContentsViewDelegate::SizeChanged(const gfx::Size& size) {
}
+void ShellWebContentsViewDelegate::ShowLinkDisambiguationPopup(
+ const gfx::Rect& target_rect,
+ const SkBitmap& zoomed_bitmap,
+ const gfx::NativeView content,
+ const GestureCallback callback) {
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698