| Index: ash/wm/workspace_controller_unittest.cc
|
| diff --git a/ash/wm/workspace_controller_unittest.cc b/ash/wm/workspace_controller_unittest.cc
|
| index fcfa414ca4acb744bafee4cb7f21bf5f2b37c994..2a7a9aacf24fa956ed1961c62fb3a550c8504f19 100644
|
| --- a/ash/wm/workspace_controller_unittest.cc
|
| +++ b/ash/wm/workspace_controller_unittest.cc
|
| @@ -1203,8 +1203,8 @@ TEST_F(WorkspaceControllerTest, NormToMaxToNormRepositionsRemaining) {
|
|
|
| // Test that animations are triggered.
|
| TEST_F(WorkspaceControllerTest, AnimatedNormToMaxToNormRepositionsRemaining) {
|
| - ui::ScopedAnimationDurationScaleMode normal_duration_mode(
|
| - ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION);
|
| + ui::ScopedAnimationDurationScaleMode test_duration_mode(
|
| + ui::ScopedAnimationDurationScaleMode::TEST_DURATION);
|
| scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(0));
|
| window1->Hide();
|
| window1->SetBounds(gfx::Rect(16, 32, 640, 320));
|
|
|