| Index: services/ui/ws/server_window.h
|
| diff --git a/services/ui/ws/server_window.h b/services/ui/ws/server_window.h
|
| index 54ff9202671b9c71a2a0844a240ef1b7d1f72f98..0340bc7efea69fd6e5514afc2db19a5b0cf154e2 100644
|
| --- a/services/ui/ws/server_window.h
|
| +++ b/services/ui/ws/server_window.h
|
| @@ -60,6 +60,9 @@ class ServerWindow {
|
| // Creates a new surface of the specified type, replacing the existing.
|
| void CreateCompositorFrameSink(
|
| mojom::CompositorFrameSinkType compositor_frame_sink_type,
|
| + gfx::AcceleratedWidget widget,
|
| + gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager,
|
| + scoped_refptr<cc::ContextProvider> context_provider,
|
| cc::mojom::MojoCompositorFrameSinkRequest request,
|
| cc::mojom::MojoCompositorFrameSinkClientPtr client);
|
|
|
|
|