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

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

Issue 2864833002: Tapping handle shouldn't select misspelled word (Closed)
Patch Set: Fixed 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..5cee142a9bfdeac9fec85c65857c2fd20c5aad20 100644
--- a/content/browser/renderer_host/input/touch_emulator_unittest.cc
+++ b/content/browser/renderer_host/input/touch_emulator_unittest.cc
@@ -15,6 +15,7 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/WebKit/public/platform/WebKeyboardEvent.h"
#include "third_party/WebKit/public/platform/WebMouseWheelEvent.h"
+#include "ui/base/ui_base_types.h"
#include "ui/events/blink/web_input_event_traits.h"
using blink::WebGestureEvent;
@@ -87,7 +88,8 @@ class TouchEmulatorTest : public testing::Test,
cursor_ = cursor;
}
- void ShowContextMenuAtPoint(const gfx::Point& point) override {}
+ void ShowContextMenuAtPoint(const gfx::Point& point,
+ const ui::MenuSourceType source_type) override {}
protected:
TouchEmulator* emulator() const {

Powered by Google App Engine
This is Rietveld 408576698