| Index: services/ui/ws/test_utils.h
|
| diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
|
| index d0725f0467a1e8ef340f1f96958c3ad3be181e64..e3ee44fa4fd19ad4cbf48f66be38df7b1af2e57d 100644
|
| --- a/services/ui/ws/test_utils.h
|
| +++ b/services/ui/ws/test_utils.h
|
| @@ -478,6 +478,10 @@ class TestWindowTreeClient : public ui::mojom::WindowTreeClient {
|
| bool success,
|
| uint32_t action_taken) override;
|
| void OnDragDropDone() override;
|
| + void OnSetWindowBoundsResponse(
|
| + uint32_t change_id,
|
| + const gfx::Rect& bounds,
|
| + const cc::LocalSurfaceId& local_surface_id) override;
|
| void OnChangeCompleted(uint32_t change_id, bool success) override;
|
| void RequestClose(uint32_t window_id) override;
|
| void GetWindowManager(
|
|
|