| Index: services/ui/ws/server_window_surface_manager.h
|
| diff --git a/services/ui/ws/server_window_surface_manager.h b/services/ui/ws/server_window_surface_manager.h
|
| index 11d158068fb922cb7161f707980a7de19a2c5e18..d7d62ef532c8d632591668451eeafc5df0223b76 100644
|
| --- a/services/ui/ws/server_window_surface_manager.h
|
| +++ b/services/ui/ws/server_window_surface_manager.h
|
| @@ -33,9 +33,10 @@ class ServerWindowSurfaceManager {
|
|
|
| // Creates a new surface of the specified type, replacing the existing one of
|
| // the specified type.
|
| - void CreateSurface(mojom::SurfaceType surface_type,
|
| - mojo::InterfaceRequest<mojom::Surface> request,
|
| - mojom::SurfaceClientPtr client);
|
| + void CreateSurface(
|
| + mojom::SurfaceType surface_type,
|
| + mojo::InterfaceRequest<cc::mojom::MojoCompositorFrameSink> request,
|
| + cc::mojom::MojoCompositorFrameSinkClientPtr client);
|
|
|
| ServerWindow* window() { return window_; }
|
|
|
|
|