| Index: ash/wm/window_util_unittest.cc
|
| diff --git a/ash/wm/window_util_unittest.cc b/ash/wm/window_util_unittest.cc
|
| index 930b658cbc6a0fea47b11341539966c15c623bbf..8073a38cc87b326790e81f96b6536790a85183eb 100644
|
| --- a/ash/wm/window_util_unittest.cc
|
| +++ b/ash/wm/window_util_unittest.cc
|
| @@ -13,6 +13,9 @@ namespace ash {
|
| typedef test::AshTestBase WindowUtilTest;
|
|
|
| TEST_F(WindowUtilTest, CenterWindow) {
|
| + if (!SupportsMultipleDisplays())
|
| + return;
|
| +
|
| UpdateDisplay("500x400, 600x400");
|
| scoped_ptr<aura::Window> window(
|
| CreateTestWindowInShellWithBounds(gfx::Rect(12, 20, 100, 100)));
|
|
|