| Index: components/exo/shell_surface_unittest.cc
|
| diff --git a/components/exo/shell_surface_unittest.cc b/components/exo/shell_surface_unittest.cc
|
| index 653630c41733d56253d1c157ea5bdebf7128c664..e3623576578e11fdf0e5be8db99fd31606e3e4f3 100644
|
| --- a/components/exo/shell_surface_unittest.cc
|
| +++ b/components/exo/shell_surface_unittest.cc
|
| @@ -41,7 +41,8 @@ uint32_t ConfigureFullscreen(uint32_t serial,
|
| const gfx::Size& size,
|
| ash::wm::WindowStateType state_type,
|
| bool resizing,
|
| - bool activated) {
|
| + bool activated,
|
| + const gfx::Point& origin) {
|
| EXPECT_EQ(ash::wm::WINDOW_STATE_TYPE_FULLSCREEN, state_type);
|
| return serial;
|
| }
|
| @@ -363,7 +364,8 @@ uint32_t Configure(gfx::Size* suggested_size,
|
| const gfx::Size& size,
|
| ash::wm::WindowStateType state_type,
|
| bool resizing,
|
| - bool activated) {
|
| + bool activated,
|
| + const gfx::Point& origin) {
|
| *suggested_size = size;
|
| *has_state_type = state_type;
|
| *is_resizing = resizing;
|
|
|