Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1378)

Unified Diff: services/ui/public/cpp/window_tree_client.h

Issue 2429173005: Mus+Ash: Replace (Server)WindowSurface with (Server)WindowCompositorFrameSink (Closed)
Patch Set: Rebased Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/public/cpp/window_surface_client.h ('k') | services/ui/public/cpp/window_tree_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7a2226677d22c21a0c102aa8afbef28e69ea9240..9d993fad78395de4d2b54eadc9111f4869049513 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,
« no previous file with comments | « services/ui/public/cpp/window_surface_client.h ('k') | services/ui/public/cpp/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698