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

Unified Diff: content/shell/browser/shell_web_contents_view_delegate.h

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.h
diff --git a/content/shell/browser/shell_web_contents_view_delegate.h b/content/shell/browser/shell_web_contents_view_delegate.h
index 6181864234a1bc8b014d01172ff8ab78f6296ef2..18cd0fe661204cd72ccd2d4f5b8673253819b64f 100644
--- a/content/shell/browser/shell_web_contents_view_delegate.h
+++ b/content/shell/browser/shell_web_contents_view_delegate.h
@@ -33,6 +33,11 @@ class ShellWebContentsViewDelegate : public WebContentsViewDelegate {
virtual void TakeFocus(bool reverse) OVERRIDE;
virtual void SizeChanged(const gfx::Size& size) OVERRIDE;
void MenuItemSelected(int selection);
+ virtual void ShowLinkDisambiguationPopup(const gfx::Rect& target_rect,
sky 2014/08/04 20:05:20 OS_WIN->TOOLKIT_VIEWS
luken 2014/09/11 01:07:28 Done.
+ const SkBitmap& zoomed_bitmap,
+ const gfx::NativeView content,
+ const GestureCallback callback)
+ OVERRIDE;
#endif
private:

Powered by Google App Engine
This is Rietveld 408576698