| 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 0d3030f06338740263394c5dfe00340c17b422f6..5f7f17ba3b788e5fd53a0d1168e5ea783c21a6f1 100644
|
| --- a/ash/common/system/chromeos/settings/tray_settings.cc
|
| +++ b/ash/common/system/chromeos/settings/tray_settings.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "ash/common/system/chromeos/settings/tray_settings.h"
|
|
|
| +#include "ash/common/material_design/material_design_controller.h"
|
| #include "ash/common/session/session_state_delegate.h"
|
| #include "ash/common/system/chromeos/power/power_status.h"
|
| #include "ash/common/system/chromeos/power/power_status_view.h"
|
| @@ -72,6 +73,9 @@ class SettingsDefaultView : public ActionableView,
|
| AddChildView(power_status_view_);
|
| OnPowerStatusChanged();
|
| }
|
| +
|
| + if (MaterialDesignController::IsSystemTrayMenuMaterial())
|
| + SetInkDropMode(InkDropHostView::InkDropMode::ON);
|
| }
|
|
|
| ~SettingsDefaultView() override { PowerStatus::Get()->RemoveObserver(this); }
|
|
|