| Index: ash/common/system/chromeos/settings/tray_settings.cc
|
| diff --git a/ash/common/system/chromeos/settings/tray_settings.cc b/ash/common/system/chromeos/settings/tray_settings.cc
|
| index 1eecf04a16812f78cc82765fffb2d0c1116ac482..a372def75848f7807f98e3bb5dea9b12673e77f6 100644
|
| --- a/ash/common/system/chromeos/settings/tray_settings.cc
|
| +++ b/ash/common/system/chromeos/settings/tray_settings.cc
|
| @@ -79,6 +79,9 @@ class SettingsDefaultView : public ActionableView,
|
| AddChildView(power_status_view_);
|
| OnPowerStatusChanged();
|
| }
|
| +
|
| + if (MaterialDesignController::IsSystemTrayMenuMaterial())
|
| + SetInkDropMode(InkDropHostView::InkDropMode::ON);
|
| }
|
|
|
| ~SettingsDefaultView() override { PowerStatus::Get()->RemoveObserver(this); }
|
|
|