| Index: services/ui/ws/test_utils.h
|
| diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
|
| index 43ce2a55dfd1ac42de44cb11cb083c0a098925e3..c8a94d75c49b8215a51c3939144a9b279f442d52 100644
|
| --- a/services/ui/ws/test_utils.h
|
| +++ b/services/ui/ws/test_utils.h
|
| @@ -335,7 +335,8 @@ class TestWindowManager : public mojom::WindowManager {
|
| void WmDisplayModified(const display::Display& display) override {}
|
| void WmSetBounds(uint32_t change_id,
|
| uint32_t window_id,
|
| - const gfx::Rect& bounds) override {}
|
| + const gfx::Rect& bounds,
|
| + const cc::LocalFrameId& local_frame_id) override {}
|
| void WmSetProperty(
|
| uint32_t change_id,
|
| uint32_t window_id,
|
| @@ -407,7 +408,8 @@ class TestWindowTreeClient : public ui::mojom::WindowTreeClient {
|
| bool drawn) override;
|
| void OnWindowBoundsChanged(uint32_t window,
|
| const gfx::Rect& old_bounds,
|
| - const gfx::Rect& new_bounds) override;
|
| + const gfx::Rect& new_bounds,
|
| + const cc::LocalFrameId& local_frame_id) override;
|
| void OnClientAreaChanged(
|
| uint32_t window_id,
|
| const gfx::Insets& new_client_area,
|
|
|