| Index: ash/root_window_controller_unittest.cc
|
| diff --git a/ash/root_window_controller_unittest.cc b/ash/root_window_controller_unittest.cc
|
| index d547a8a335099074ab4f11962e4f4da675a6a6d3..393a1a8a5556ac6746e0217641284d344e73df69 100644
|
| --- a/ash/root_window_controller_unittest.cc
|
| +++ b/ash/root_window_controller_unittest.cc
|
| @@ -243,6 +243,7 @@ TEST_F(RootWindowControllerTest, MoveWindows_Basic) {
|
|
|
| // Set fullscreen to true. In that case the 3px inset becomes invisible so
|
| // the maximized window can also use the area fully.
|
| + fullscreen->Activate();
|
| fullscreen->SetFullscreen(true);
|
| EXPECT_EQ(root_windows[0], maximized->GetNativeView()->GetRootWindow());
|
| EXPECT_EQ("0,0 600x600",
|
|
|