| Index: services/ui/ws/test_utils.h
|
| diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
|
| index a6f52e8018b95a1b61d60a85b5bc75f0825856c0..0a1917deb7c73649ce911cb68510680db1d6c614 100644
|
| --- a/services/ui/ws/test_utils.h
|
| +++ b/services/ui/ws/test_utils.h
|
| @@ -437,6 +437,11 @@ class TestWindowTreeClient : public ui::mojom::WindowTreeClient {
|
| void OnWindowFocused(uint32_t focused_window_id) override;
|
| void OnWindowPredefinedCursorChanged(uint32_t window_id,
|
| mojom::Cursor cursor_id) override;
|
| + void OnWindowSurfaceChanged(Id window_id,
|
| + const cc::SurfaceId& surface_id,
|
| + const cc::SurfaceSequence& surface_sequence,
|
| + const gfx::Size& frame_size,
|
| + float device_scale_factor) override;
|
| void OnDragDropStart(
|
| mojo::Map<mojo::String, mojo::Array<uint8_t>> mime_data) override;
|
| void OnDragEnter(uint32_t window,
|
|
|