| Index: components/mus/server_view.cc
|
| diff --git a/components/mus/server_view.cc b/components/mus/server_view.cc
|
| index 42520a34bf91fc4514a8a6f1244cbe8f235125ed..31b57d8d8ce8b73821062dc9945005e55e5e3cd9 100644
|
| --- a/components/mus/server_view.cc
|
| +++ b/components/mus/server_view.cc
|
| @@ -256,8 +256,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.
|
|
|