| Index: ui/aura/mus/window_tree_host_mus_unittest.cc
|
| diff --git a/ui/aura/mus/window_tree_host_mus_unittest.cc b/ui/aura/mus/window_tree_host_mus_unittest.cc
|
| index fd2e93b2d7561ee6366ca00a67df20d6c63111a8..ac644ac7cfb75336100ec27085cb97ca42b138fa 100644
|
| --- a/ui/aura/mus/window_tree_host_mus_unittest.cc
|
| +++ b/ui/aura/mus/window_tree_host_mus_unittest.cc
|
| @@ -16,7 +16,7 @@ TEST_F(WindowTreeHostMusTest, UpdateClientArea) {
|
| base::MakeUnique<WindowTreeHostMus>(window_tree_client_impl());
|
|
|
| gfx::Insets new_insets(10, 11, 12, 13);
|
| - window_tree_host_mus->SetClientArea(new_insets);
|
| + window_tree_host_mus->SetClientArea(new_insets, std::vector<gfx::Rect>());
|
| EXPECT_EQ(new_insets, window_tree()->last_client_area());
|
| }
|
|
|
|
|