| Index: components/mus/ws/server_window_surface.cc
|
| diff --git a/components/mus/ws/server_window_surface.cc b/components/mus/ws/server_window_surface.cc
|
| index a3986b9526a3b5c1e12515fa69b41c7050d31103..61208c15ceb53f5d9fb56478d93ee517abf5992a 100644
|
| --- a/components/mus/ws/server_window_surface.cc
|
| +++ b/components/mus/ws/server_window_surface.cc
|
| @@ -101,6 +101,7 @@ bool ServerWindowSurface::ConvertSurfaceDrawQuad(
|
| cc::RenderPass* render_pass) {
|
| Id id = static_cast<Id>(
|
| input->surface_quad_state->surface.To<cc::SurfaceId>().id);
|
| + // TODO(sky): this is now wrong, needs mapping from client to window.
|
| WindowId other_window_id = WindowIdFromTransportId(id);
|
| ServerWindow* other_window = window()->GetChildWindow(other_window_id);
|
| if (!other_window) {
|
|
|