| 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 3268b7b068989749befcef57f2a9f94a77738e2b..516a5ba37f7d91c1ab766b2547ce18bc34a11eca 100644
|
| --- a/ash/system/overview/overview_button_tray_unittest.cc
|
| +++ b/ash/system/overview/overview_button_tray_unittest.cc
|
| @@ -189,7 +189,7 @@
|
| new ui::ScopedAnimationDurationScaleMode(
|
| ui::ScopedAnimationDurationScaleMode::ZERO_DURATION));
|
| ash::ScreenRotationAnimator(gfx::Display::InternalDisplayId())
|
| - .Rotate(gfx::Display::ROTATE_270, gfx::Display::ROTATION_SOURCE_ACTIVE);
|
| + .Rotate(gfx::Display::ROTATE_270);
|
|
|
| RunAllPendingInMessageLoop();
|
| EXPECT_FALSE(GetTray()->visible());
|
|
|