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