| Index: services/ui/public/cpp/window_tree_client.h
|
| diff --git a/services/ui/public/cpp/window_tree_client.h b/services/ui/public/cpp/window_tree_client.h
|
| index 656691a4a3236cf659522935a81a6f33c6e7bc0b..cf90fc79f98525ce0be20fb27f8d81e149574807 100644
|
| --- a/services/ui/public/cpp/window_tree_client.h
|
| +++ b/services/ui/public/cpp/window_tree_client.h
|
| @@ -128,10 +128,10 @@ class WindowTreeClient : public mojom::WindowTreeClient,
|
|
|
| void RequestClose(Window* window);
|
|
|
| - void AttachSurface(
|
| + void AttachCompositorFrameSink(
|
| Id window_id,
|
| - mojom::SurfaceType type,
|
| - mojo::InterfaceRequest<cc::mojom::MojoCompositorFrameSink> surface,
|
| + mojom::CompositorFrameSinkType type,
|
| + cc::mojom::MojoCompositorFrameSinkRequest compositor_frame_sink,
|
| cc::mojom::MojoCompositorFrameSinkClientPtr client);
|
|
|
| void OnWindowSurfaceDetached(Id window_id,
|
|
|