| Index: ash/common/system/tray/tray_item_more.cc
|
| diff --git a/ash/common/system/tray/tray_item_more.cc b/ash/common/system/tray/tray_item_more.cc
|
| index 2854ed0d0b480b7f53c08ad037b9db4ff9670e13..29a8cf32161a6d5dbff27a97784d34f8d49c2236 100644
|
| --- a/ash/common/system/tray/tray_item_more.cc
|
| +++ b/ash/common/system/tray/tray_item_more.cc
|
| @@ -54,6 +54,9 @@ TrayItemMore::TrayItemMore(SystemTrayItem* owner, bool show_more)
|
| } else {
|
| tri_view->SetContainerVisible(TriView::Container::END, false);
|
| }
|
| +
|
| + if (MaterialDesignController::IsSystemTrayMenuMaterial())
|
| + SetInkDropMode(InkDropHostView::InkDropMode::ON);
|
| }
|
|
|
| TrayItemMore::~TrayItemMore() {}
|
|
|