Index: ash/wm/workspace/workspace_window_resizer_unittest.cc |
diff --git a/ash/wm/workspace/workspace_window_resizer_unittest.cc b/ash/wm/workspace/workspace_window_resizer_unittest.cc |
index 7787ddc4f8c19198863900715532965b4f4154ad..0a02972bea3c144ddef6a89b79a3a4f4141a13d0 100644 |
--- a/ash/wm/workspace/workspace_window_resizer_unittest.cc |
+++ b/ash/wm/workspace/workspace_window_resizer_unittest.cc |
@@ -50,7 +50,7 @@ class WorkspaceWindowResizerTest : public test::AshTestBase { |
root->SetBounds(gfx::Rect(0, 0, 800, kRootHeight)); |
gfx::Rect root_bounds(root->bounds()); |
EXPECT_EQ(kRootHeight, root_bounds.height()); |
- root->screen()->set_work_area_insets(gfx::Insets()); |
+ root->SetScreenWorkAreaInsets(gfx::Insets()); |
window_.reset(new aura::Window(&delegate_)); |
window_->Init(ui::Layer::LAYER_NOT_DRAWN); |
window_->SetParent(Shell::GetInstance()->GetRootWindow()); |