Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(587)

Unified Diff: ash/rotator/screen_rotation_animator_unittest.cc

Issue 2808723004: Renames WmShell to ShellPort (Closed)
Patch Set: feedback Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/rotator/screen_rotation_animator_unittest.cc
diff --git a/ash/rotator/screen_rotation_animator_unittest.cc b/ash/rotator/screen_rotation_animator_unittest.cc
index cb1daeeb54b024a31f637266014291b72dc41e6b..daefa2eea968359251d54c7bdf65aef1f7aa33a2 100644
--- a/ash/rotator/screen_rotation_animator_unittest.cc
+++ b/ash/rotator/screen_rotation_animator_unittest.cc
@@ -2,13 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/ash_switches.h"
#include "ash/rotator/screen_rotation_animator.h"
+
+#include "ash/ash_switches.h"
#include "ash/rotator/screen_rotation_animator_observer.h"
#include "ash/rotator/test/screen_rotation_animator_test_api.h"
#include "ash/shell.h"
+#include "ash/shell_port.h"
#include "ash/test/ash_test_base.h"
-#include "ash/wm_shell.h"
#include "base/callback_forward.h"
#include "base/command_line.h"
#include "base/memory/ptr_util.h"
@@ -164,8 +165,8 @@ void ScreenRotationAnimatorTest::WaitForCopyCallback() {
TEST_F(ScreenRotationAnimatorTest, ShouldNotifyObserver) {
// TODO(wutao): needs GetDisplayInfo http://crbug.com/622480.
- if (WmShell::Get()->IsRunningInMash()) {
- ASSERT_TRUE(WmShell::Get()->GetDisplayInfo(display_id()).id() !=
+ if (ShellPort::Get()->IsRunningInMash()) {
+ ASSERT_TRUE(ShellPort::Get()->GetDisplayInfo(display_id()).id() !=
display_id());
return;
}
@@ -187,8 +188,8 @@ TEST_F(ScreenRotationAnimatorTest, ShouldNotifyObserver) {
TEST_F(ScreenRotationAnimatorTest, ShouldNotifyObserverOnce) {
// TODO(wutao): needs GetDisplayInfo http://crbug.com/622480.
- if (WmShell::Get()->IsRunningInMash()) {
- ASSERT_TRUE(WmShell::Get()->GetDisplayInfo(display_id()).id() !=
+ if (ShellPort::Get()->IsRunningInMash()) {
+ ASSERT_TRUE(ShellPort::Get()->GetDisplayInfo(display_id()).id() !=
display_id());
return;
}
@@ -214,8 +215,8 @@ TEST_F(ScreenRotationAnimatorTest, ShouldNotifyObserverOnce) {
TEST_F(ScreenRotationAnimatorTest, RotatesToDifferentRotation) {
// TODO(wutao): needs GetDisplayInfo http://crbug.com/622480.
- if (WmShell::Get()->IsRunningInMash()) {
- ASSERT_TRUE(WmShell::Get()->GetDisplayInfo(display_id()).id() !=
+ if (ShellPort::Get()->IsRunningInMash()) {
+ ASSERT_TRUE(ShellPort::Get()->GetDisplayInfo(display_id()).id() !=
display_id());
return;
}
@@ -231,8 +232,8 @@ TEST_F(ScreenRotationAnimatorTest, RotatesToDifferentRotation) {
TEST_F(ScreenRotationAnimatorTest, ShouldNotRotateTheSameRotation) {
// TODO(wutao): needs GetDisplayInfo http://crbug.com/622480.
- if (WmShell::Get()->IsRunningInMash()) {
- ASSERT_TRUE(WmShell::Get()->GetDisplayInfo(display_id()).id() !=
+ if (ShellPort::Get()->IsRunningInMash()) {
+ ASSERT_TRUE(ShellPort::Get()->GetDisplayInfo(display_id()).id() !=
display_id());
return;
}
@@ -248,8 +249,8 @@ TEST_F(ScreenRotationAnimatorTest, ShouldNotRotateTheSameRotation) {
// request to the |last_pending_request_|.
TEST_F(ScreenRotationAnimatorTest, RotatesDuringRotation) {
// TODO(wutao): needs GetDisplayInfo http://crbug.com/622480.
- if (WmShell::Get()->IsRunningInMash()) {
- ASSERT_TRUE(WmShell::Get()->GetDisplayInfo(display_id()).id() !=
+ if (ShellPort::Get()->IsRunningInMash()) {
+ ASSERT_TRUE(ShellPort::Get()->GetDisplayInfo(display_id()).id() !=
display_id());
return;
}
@@ -270,8 +271,8 @@ TEST_F(ScreenRotationAnimatorTest, RotatesDuringRotation) {
// last request and finish the rotation animation.
TEST_F(ScreenRotationAnimatorTest, ShouldCompleteAnimations) {
// TODO(wutao): needs GetDisplayInfo http://crbug.com/622480.
- if (WmShell::Get()->IsRunningInMash()) {
- ASSERT_TRUE(WmShell::Get()->GetDisplayInfo(display_id()).id() !=
+ if (ShellPort::Get()->IsRunningInMash()) {
+ ASSERT_TRUE(ShellPort::Get()->GetDisplayInfo(display_id()).id() !=
display_id());
return;
}
@@ -297,8 +298,8 @@ TEST_F(ScreenRotationAnimatorTest, ShouldCompleteAnimations) {
// Test enable smooth screen rotation code path.
TEST_F(ScreenRotationAnimatorTest, RotatesToDifferentRotationWithCopyCallback) {
// TODO(wutao): needs GetDisplayInfo http://crbug.com/622480.
- if (WmShell::Get()->IsRunningInMash()) {
- ASSERT_TRUE(WmShell::Get()->GetDisplayInfo(display_id()).id() !=
+ if (ShellPort::Get()->IsRunningInMash()) {
+ ASSERT_TRUE(ShellPort::Get()->GetDisplayInfo(display_id()).id() !=
display_id());
return;
}
@@ -318,8 +319,8 @@ TEST_F(ScreenRotationAnimatorTest, RotatesToDifferentRotationWithCopyCallback) {
// If the external display is removed, it should not crash.
TEST_F(ScreenRotationAnimatorTest, RemoveSecondaryDisplayAfterCopyCallback) {
// TODO(wutao): needs GetDisplayInfo http://crbug.com/622480.
- if (WmShell::Get()->IsRunningInMash()) {
- ASSERT_TRUE(WmShell::Get()->GetDisplayInfo(display_id()).id() !=
+ if (ShellPort::Get()->IsRunningInMash()) {
+ ASSERT_TRUE(ShellPort::Get()->GetDisplayInfo(display_id()).id() !=
display_id());
return;
}

Powered by Google App Engine
This is Rietveld 408576698