Index: ash/system/overview/overview_button_tray_unittest.cc |
diff --git a/ash/system/overview/overview_button_tray_unittest.cc b/ash/system/overview/overview_button_tray_unittest.cc |
index 516a5ba37f7d91c1ab766b2547ce18bc34a11eca..3268b7b068989749befcef57f2a9f94a77738e2b 100644 |
--- a/ash/system/overview/overview_button_tray_unittest.cc |
+++ b/ash/system/overview/overview_button_tray_unittest.cc |
@@ -189,7 +189,7 @@ TEST_F(OverviewButtonTrayTest, HideAnimationAlwaysCompletes) { |
new ui::ScopedAnimationDurationScaleMode( |
ui::ScopedAnimationDurationScaleMode::ZERO_DURATION)); |
ash::ScreenRotationAnimator(gfx::Display::InternalDisplayId()) |
- .Rotate(gfx::Display::ROTATE_270); |
+ .Rotate(gfx::Display::ROTATE_270, gfx::Display::ROTATION_SOURCE_ACTIVE); |
RunAllPendingInMessageLoop(); |
EXPECT_FALSE(GetTray()->visible()); |