| Index: ash/wm/workspace/workspace_layout_manager_unittest.cc
|
| diff --git a/ash/wm/workspace/workspace_layout_manager_unittest.cc b/ash/wm/workspace/workspace_layout_manager_unittest.cc
|
| index 4302f1dc44f9bdb6093f59bc2a286b2d743ff77a..a5112b24eb7a180c110a8665ed6204245352f77a 100644
|
| --- a/ash/wm/workspace/workspace_layout_manager_unittest.cc
|
| +++ b/ash/wm/workspace/workspace_layout_manager_unittest.cc
|
| @@ -347,7 +347,7 @@ TEST_F(WorkspaceLayoutManagerTest, WindowShouldBeOnScreenWhenAdded) {
|
| parent->RemoveChild(out_window.get());
|
| out_window->SetBounds(gfx::Rect(-200, -200, 200, 200));
|
| // UserHasChangedWindowPositionOrSize flag shouldn't turn off this behavior.
|
| - wm::GetWindowState(window.get())->set_bounds_changed_by_user(true);
|
| + wm::GetWindowState(window.get())->SetBoundsChangedByUser(true);
|
| parent->AddChild(out_window.get());
|
| EXPECT_GT(bounds.width(), out_window->bounds().width() * 0.29);
|
| EXPECT_GT(bounds.height(), out_window->bounds().height() * 0.29);
|
|
|