| Index: ash/system/audio/tray_audio.cc
|
| diff --git a/ash/system/audio/tray_audio.cc b/ash/system/audio/tray_audio.cc
|
| index e7260e872d218a82b935393296970088a1491df2..6c2ae48631e11745bdb4b8e77c0c029259ca09d3 100644
|
| --- a/ash/system/audio/tray_audio.cc
|
| +++ b/ash/system/audio/tray_audio.cc
|
| @@ -97,7 +97,8 @@ bool TrayAudio::ShouldShowShelf() const {
|
| return TrayAudio::ShowAudioDeviceMenu() && !pop_up_volume_view_;
|
| }
|
|
|
| -void TrayAudio::OnOutputVolumeChanged() {
|
| +void TrayAudio::OnOutputNodeVolumeChanged(uint64_t /* node_id */,
|
| + double /* volume */) {
|
| float percent =
|
| static_cast<float>(audio_delegate_->GetOutputVolumeLevel()) / 100.0f;
|
| if (tray_view())
|
|
|