| Index: chrome/browser/ui/views/download/download_item_view.cc
|
| diff --git a/chrome/browser/ui/views/download/download_item_view.cc b/chrome/browser/ui/views/download/download_item_view.cc
|
| index 43ca68679e050b2253eff132cef0d0f77d8cb4f4..201c7df4a7fded69ef0ded4797aadbf4d9e85e4d 100644
|
| --- a/chrome/browser/ui/views/download/download_item_view.cc
|
| +++ b/chrome/browser/ui/views/download/download_item_view.cc
|
| @@ -511,8 +511,10 @@ void DownloadItemView::OnGestureEvent(ui::GestureEvent* event) {
|
| views::View::OnGestureEvent(event);
|
| }
|
|
|
| -void DownloadItemView::ShowContextMenuForView(View* source,
|
| - const gfx::Point& point) {
|
| +void DownloadItemView::ShowContextMenuForView(
|
| + View* source,
|
| + const gfx::Point& point,
|
| + ui::ContextMenuSourceType source_type) {
|
| // |point| is in screen coordinates. So convert it to local coordinates first.
|
| gfx::Point local_point = point;
|
| ConvertPointFromScreen(this, &local_point);
|
|
|