Index: ash/system/audio/tray_audio.cc |
diff --git a/ash/system/audio/tray_audio.cc b/ash/system/audio/tray_audio.cc |
index 21c2163c4d5606e2b2d098259490b23748710ede..9fc48ffdf3c5336627756dc02aff41eec9aa3fc4 100644 |
--- a/ash/system/audio/tray_audio.cc |
+++ b/ash/system/audio/tray_audio.cc |
@@ -167,7 +167,7 @@ void TrayAudio::ChangeInternalSpeakerChannelMode() { |
const DisplayInfo& display_info = |
Shell::GetInstance()->display_manager()->GetDisplayInfo( |
gfx::Display::InternalDisplayId()); |
- if (display_info.rotation() == gfx::Display::ROTATE_180) |
+ if (display_info.ActiveRotation() == gfx::Display::ROTATE_180) |
channel_mode = system::TrayAudioDelegate::LEFT_RIGHT_SWAPPED; |
} |