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