| Index: services/ui/ws/frame_generator.h
|
| diff --git a/services/ui/ws/frame_generator.h b/services/ui/ws/frame_generator.h
|
| index 9e5f943abda623d91d312e56127b26ac7aca668e..cfa9536ba78068bafc647b2b985119ab6c3a2d76 100644
|
| --- a/services/ui/ws/frame_generator.h
|
| +++ b/services/ui/ws/frame_generator.h
|
| @@ -71,7 +71,7 @@ class FrameGenerator : public cc::mojom::MojoCompositorFrameSinkClient {
|
| float device_scale_factor_ = 1.f;
|
|
|
| gfx::Size last_submitted_frame_size_;
|
| - cc::LocalFrameId local_frame_id_;
|
| + cc::LocalSurfaceId local_surface_id_;
|
| cc::SurfaceIdAllocator id_allocator_;
|
| cc::mojom::MojoCompositorFrameSinkAssociatedPtr compositor_frame_sink_;
|
| cc::mojom::DisplayPrivateAssociatedPtr display_private_;
|
|
|