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

Unified Diff: content/browser/renderer_host/render_view_host_unittest.cc

Issue 10917102: Context menus should appear above the touch point if invoked by long press. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 8 years, 3 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/browser/renderer_host/render_view_host_unittest.cc
diff --git a/content/browser/renderer_host/render_view_host_unittest.cc b/content/browser/renderer_host/render_view_host_unittest.cc
index 4057da25a32e85eca761b779133e4765e9259aca..60477bec8da05d6b2a30c8f0502ee6ed4b55bede 100644
--- a/content/browser/renderer_host/render_view_host_unittest.cc
+++ b/content/browser/renderer_host/render_view_host_unittest.cc
@@ -83,7 +83,8 @@ class MockDraggingRenderViewHostDelegateView
public:
virtual ~MockDraggingRenderViewHostDelegateView() {}
virtual void ShowContextMenu(
- const content::ContextMenuParams& params) OVERRIDE {}
+ const content::ContextMenuParams& params,
+ const content::ContextMenuEventType& type) OVERRIDE {}
virtual void ShowPopupMenu(const gfx::Rect& bounds,
int item_height,
double item_font_size,

Powered by Google App Engine
This is Rietveld 408576698