| Index: components/exo/display_unittest.cc
|
| diff --git a/components/exo/display_unittest.cc b/components/exo/display_unittest.cc
|
| index 81792d83b4ccff4f0636b9bcaa35db8369315f24..24508ede144ad4d08bfe33da9ae8d95a40b825a7 100644
|
| --- a/components/exo/display_unittest.cc
|
| +++ b/components/exo/display_unittest.cc
|
| @@ -147,13 +147,12 @@ TEST_F(DisplayTest, CreateRemoteShellSurface) {
|
| // Create a remote shell surface for surface1.
|
| std::unique_ptr<ShellSurface> shell_surface1 =
|
| display->CreateRemoteShellSurface(
|
| - surface1.get(), gfx::Point(),
|
| - ash::kShellWindowId_SystemModalContainer);
|
| + surface1.get(), ash::kShellWindowId_SystemModalContainer);
|
| EXPECT_TRUE(shell_surface1);
|
|
|
| // Create a remote shell surface for surface2.
|
| std::unique_ptr<ShellSurface> shell_surface2 =
|
| - display->CreateRemoteShellSurface(surface2.get(), gfx::Point(),
|
| + display->CreateRemoteShellSurface(surface2.get(),
|
| ash::kShellWindowId_DefaultContainer);
|
| EXPECT_TRUE(shell_surface2);
|
| }
|
|
|