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 fe920ea6a6e22c040cc3bfb81236332d17bc287a..f210f2ec912c7dd630890986a1901cc9ab6e8a60 100644 |
--- a/components/mus/ws/server_window_surface.cc |
+++ b/components/mus/ws/server_window_surface.cc |
@@ -110,7 +110,7 @@ bool ServerWindowSurface::ConvertSurfaceDrawQuad( |
// Surface ids originate from the client, meaning they are ClientWindowIds |
// and can only be resolved by the client that submitted the frame. |
const ClientWindowId other_client_window_id( |
- input->surface_quad_state->surface->local_id); |
+ input->surface_quad_state->surface.local_id()); |
ServerWindow* other_window = window()->delegate()->FindWindowForSurface( |
window(), mojom::SurfaceType::DEFAULT, other_client_window_id); |
if (!other_window) { |