| Index: services/ui/ws/window_tree_client_unittest.cc
|
| diff --git a/services/ui/ws/window_tree_client_unittest.cc b/services/ui/ws/window_tree_client_unittest.cc
|
| index be83a282fe5d567e8575315e19895ab33ac2cefd..134c3420d0c68b4ae16ae3bcfbb89f534ea241fc 100644
|
| --- a/services/ui/ws/window_tree_client_unittest.cc
|
| +++ b/services/ui/ws/window_tree_client_unittest.cc
|
| @@ -2174,8 +2174,8 @@ TEST_F(WindowTreeClientTest, SurfaceIdPropagation) {
|
| render_pass->SetNew(1, frame_rect, frame_rect, gfx::Transform());
|
| compositor_frame.render_pass_list.push_back(std::move(render_pass));
|
| compositor_frame.metadata.device_scale_factor = 1.f;
|
| - cc::LocalFrameId local_frame_id(1, base::UnguessableToken::Create());
|
| - surface_ptr->SubmitCompositorFrame(local_frame_id,
|
| + cc::LocalSurfaceId local_surface_id(1, base::UnguessableToken::Create());
|
| + surface_ptr->SubmitCompositorFrame(local_surface_id,
|
| std::move(compositor_frame));
|
| // Make sure the parent connection gets the surface ID.
|
| wt_client1()->WaitForChangeCount(1);
|
|
|