| Index: components/exo/shell_surface_unittest.cc
|
| diff --git a/components/exo/shell_surface_unittest.cc b/components/exo/shell_surface_unittest.cc
|
| index 44a0b1163e946680ba0c1104b9fd738352b9664c..45cc534a335144fb5845a4567905ce6b074110a3 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;
|
| }
|
| @@ -367,7 +368,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;
|
|
|