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..e9e3baf590c9ae343af2262f88509b3a692f3b9d 100644 |
--- a/ash/system/audio/tray_audio.cc |
+++ b/ash/system/audio/tray_audio.cc |
@@ -97,7 +97,7 @@ bool TrayAudio::ShouldShowShelf() const { |
return TrayAudio::ShowAudioDeviceMenu() && !pop_up_volume_view_; |
} |
-void TrayAudio::OnOutputVolumeChanged() { |
+void TrayAudio::OnOutputNodeVolumeChanged(uint64 node_id, double volume) { |
stevenjb
2015/02/23 22:16:19
Comment out node_id and volume to indicate that th
jennyz
2015/02/24 00:05:38
Done.
|
float percent = |
static_cast<float>(audio_delegate_->GetOutputVolumeLevel()) / 100.0f; |
if (tray_view()) |