| Index: services/ui/ws/test_utils.cc
|
| diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
|
| index f11d843a9b9685c2167908eaab8d5e89474ddc60..947f0898323dedc43f468db10c834b8ab244fd38 100644
|
| --- a/services/ui/ws/test_utils.cc
|
| +++ b/services/ui/ws/test_utils.cc
|
| @@ -371,9 +371,7 @@ void TestWindowTreeClient::OnWindowPredefinedCursorChanged(
|
|
|
| void TestWindowTreeClient::OnWindowSurfaceChanged(
|
| Id window_id,
|
| - const cc::SurfaceId& surface_id,
|
| - const gfx::Size& frame_size,
|
| - float device_scale_factor) {}
|
| + const cc::SurfaceInfo& surface_info) {}
|
|
|
| void TestWindowTreeClient::OnDragDropStart(
|
| const std::unordered_map<std::string, std::vector<uint8_t>>& mime_data) {}
|
|
|