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

Unified Diff: services/ui/ws/window_tree.h

Issue 2471503002: Mus+Ash: Unify CompositorFrameSinks (Closed)
Patch Set: Added comment Created 4 years, 1 month 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
Index: services/ui/ws/window_tree.h
diff --git a/services/ui/ws/window_tree.h b/services/ui/ws/window_tree.h
index 0a388e767aa95e9a93394e61b7ca0f3d5d23700a..7adace71526e4022e56646e80c8ff3da40836e66 100644
--- a/services/ui/ws/window_tree.h
+++ b/services/ui/ws/window_tree.h
@@ -419,7 +419,7 @@ class WindowTree : public mojom::WindowTree,
void AttachCompositorFrameSink(
Id transport_window_id,
mojom::CompositorFrameSinkType type,
- mojo::InterfaceRequest<cc::mojom::MojoCompositorFrameSink> surface,
+ cc::mojom::MojoCompositorFrameSinkRequest compositor_frame_sink,
cc::mojom::MojoCompositorFrameSinkClientPtr client) override;
void OnWindowSurfaceDetached(Id transport_window_id,
const cc::SurfaceSequence& sequence) override;

Powered by Google App Engine
This is Rietveld 408576698