Chromium Code Reviews| 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 dd3595271a55aa0392b1a7caf66043d2694b9c1b..e141489ec6e40d3ab19763daf265fd306ac04061 100644 |
| --- a/chrome/browser/ui/views/download/download_item_view.cc |
| +++ b/chrome/browser/ui/views/download/download_item_view.cc |
| @@ -520,7 +520,7 @@ std::unique_ptr<views::InkDrop> DownloadItemView::CreateInkDrop() { |
| std::unique_ptr<views::InkDropRipple> DownloadItemView::CreateInkDropRipple() |
| const { |
| return base::MakeUnique<views::FloodFillInkDropRipple>( |
| - GetLocalBounds(), GetInkDropCenterBasedOnLastEvent(), |
| + size(), gfx::Insets(), GetInkDropCenterBasedOnLastEvent(), |
|
bruthig
2016/11/28 22:13:45
nit: Consider adding a FloodFillInkDropRipple ctor
mohsen
2016/11/29 00:07:12
Done.
|
| color_utils::DeriveDefaultIconColor(GetTextColor()), |
| ink_drop_visible_opacity()); |
| } |