summaryrefslogtreecommitdiffstats
path: root/content/test/test_web_contents_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/test_web_contents_view.cc')
-rw-r--r--content/test/test_web_contents_view.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/test/test_web_contents_view.cc b/content/test/test_web_contents_view.cc
index ce8b6c7..0bfbc92 100644
--- a/content/test/test_web_contents_view.cc
+++ b/content/test/test_web_contents_view.cc
@@ -29,7 +29,8 @@ void TestWebContentsView::StartDragging(
const WebDropData& drop_data,
WebKit::WebDragOperationsMask allowed_ops,
const gfx::ImageSkia& image,
- const gfx::Vector2d& image_offset) {
+ const gfx::Vector2d& image_offset,
+ const DragEventSourceInfo& event_info) {
}
void TestWebContentsView::UpdateDragCursor(WebKit::WebDragOperation operation) {