summaryrefslogtreecommitdiffstats
path: root/ash/test/ash_test_helper.cc
diff options
context:
space:
mode:
authorstevenjb <stevenjb@chromium.org>2016-01-15 16:30:49 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-16 00:32:53 +0000
commitf402ac57b2125147a565f6340b854807ead6aad3 (patch)
treee8a9d588efc74461b3ddbac2013447ae658615bd /ash/test/ash_test_helper.cc
parentf85424718ca7a8ea3f330141ee68b717ae02f2f0 (diff)
downloadchromium_src-f402ac57b2125147a565f6340b854807ead6aad3.zip
chromium_src-f402ac57b2125147a565f6340b854807ead6aad3.tar.gz
chromium_src-f402ac57b2125147a565f6340b854807ead6aad3.tar.bz2
Rename DisplayConfiguratorAnimation to DisplayAnimator
Also cleans up the class to new style guide some. BUG=576375 Review URL: https://codereview.chromium.org/1590463004 Cr-Commit-Position: refs/heads/master@{#369893}
Diffstat (limited to 'ash/test/ash_test_helper.cc')
-rw-r--r--ash/test/ash_test_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
index 560f8ef..f5a27b4 100644
--- a/ash/test/ash_test_helper.cc
+++ b/ash/test/ash_test_helper.cc
@@ -128,7 +128,7 @@ void AshTestHelper::SetUp(bool start_session) {
}
test::DisplayManagerTestApi().DisableChangeDisplayUponHostResize();
- ShellTestApi(shell).DisableDisplayConfiguratorAnimation();
+ ShellTestApi(shell).DisableDisplayAnimator();
test_screenshot_delegate_ = new TestScreenshotDelegate();
shell->accelerator_controller()->SetScreenshotDelegate(