| Index: chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
| index f65691836bf60cff844d86cc35e81cfadbc2bd68..722d89aa61c28697c9b024fda740f19759b31784 100644
|
| --- a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
| @@ -46,7 +46,7 @@ ContentSettingImageView::ContentSettingImageView(
|
| bubble_view_(nullptr),
|
| suppress_mouse_released_action_(false) {
|
| if (ui::MaterialDesignController::IsModeMaterial()) {
|
| - SetHasInkDrop(true);
|
| + SetInkDropMode(InkDropMode::ON);
|
| } else {
|
| static const int kBackgroundImages[] =
|
| IMAGE_GRID(IDR_OMNIBOX_CONTENT_SETTING_BUBBLE);
|
|
|