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

Unified Diff: content/browser/renderer_host/input/touch_emulator_unittest.cc

Issue 2785853002: Selection Action mode triggered like a context menu (Closed)
Patch Set: Fixing rebase bug Created 3 years, 8 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/input/touch_emulator_unittest.cc
diff --git a/content/browser/renderer_host/input/touch_emulator_unittest.cc b/content/browser/renderer_host/input/touch_emulator_unittest.cc
index 510a96aef9b3db2968db271b4dfc8f173492fbd6..5170b4d255c1b296655a19fdb69503441f1789c9 100644
--- a/content/browser/renderer_host/input/touch_emulator_unittest.cc
+++ b/content/browser/renderer_host/input/touch_emulator_unittest.cc
@@ -85,7 +85,8 @@ class TouchEmulatorTest : public testing::Test,
cursor_ = cursor;
}
- void ShowContextMenuAtPoint(const gfx::Point& point) override {}
+ void ShowContextMenuAtPoint(const gfx::Point& point,
+ bool from_touch = false) override {}
protected:
TouchEmulator* emulator() const {

Powered by Google App Engine
This is Rietveld 408576698