| 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 {
|
|
|