| Index: components/mus/server_view.cc
|
| diff --git a/components/mus/server_view.cc b/components/mus/server_view.cc
|
| index 41df1183b9536c9fd80dc645611ca1b3e673a7c2..d31903321922a002dc3dcb568eb6952cc36f1110 100644
|
| --- a/components/mus/server_view.cc
|
| +++ b/components/mus/server_view.cc
|
| @@ -255,8 +255,8 @@ void ServerView::SubmitCompositorFrame(
|
| new cc::SurfaceFactory(delegate_->GetSurfacesState()->manager(), this));
|
| }
|
| if (!surface_id_allocator_) {
|
| - surface_id_allocator_.reset(new cc::SurfaceIdAllocator(
|
| - delegate_->GetSurfacesState()->next_id_namespace()));
|
| + surface_id_allocator_.reset(
|
| + new cc::SurfaceIdAllocator(ViewIdToTransportId(id())));
|
| }
|
| if (surface_id().is_null()) {
|
| // Create a Surface ID for the first time for this view.
|
|
|