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

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

Issue 2864833002: Tapping handle shouldn't select misspelled word (Closed)
Patch Set: fix naming Created 3 years, 7 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 01d226370fbf6dd613079ec3b701ad2270eff8de..9e2d42f10156c1f74972a1b95d4cd482c6a8e098 100644
--- a/content/browser/renderer_host/input/touch_emulator_unittest.cc
+++ b/content/browser/renderer_host/input/touch_emulator_unittest.cc
@@ -87,7 +87,8 @@ class TouchEmulatorTest : public testing::Test,
cursor_ = cursor;
}
- void ShowContextMenuAtPoint(const gfx::Point& point) override {}
+ void ShowContextMenuAtPoint(const gfx::Point& point,
+ bool from_touch_handle) override {}
protected:
TouchEmulator* emulator() const {

Powered by Google App Engine
This is Rietveld 408576698