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

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

Issue 2430653002: Mus+Ash: Towards Unifying CompositorFrameSink terminology (Closed)
Patch Set: Updated 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
Index: services/ui/ws/window_tree.h
diff --git a/services/ui/ws/window_tree.h b/services/ui/ws/window_tree.h
index 0fc94769784a3a0ffc98983a273fd6d3f109e725..7d342b6ec862e4cfa31a5c8a0d07240c62701597 100644
--- a/services/ui/ws/window_tree.h
+++ b/services/ui/ws/window_tree.h
@@ -413,10 +413,11 @@ class WindowTree : public mojom::WindowTree,
void SetWindowOpacity(uint32_t change_id,
Id window_id,
float opacity) override;
- void AttachSurface(Id transport_window_id,
- mojom::SurfaceType type,
- mojo::InterfaceRequest<mojom::Surface> surface,
- mojom::SurfaceClientPtr client) override;
+ void AttachSurface(
+ Id transport_window_id,
+ mojom::SurfaceType type,
+ mojo::InterfaceRequest<cc::mojom::MojoCompositorFrameSink> surface,
+ cc::mojom::MojoCompositorFrameSinkClientPtr client) override;
void OnWindowSurfaceDetached(Id transport_window_id,
const cc::SurfaceSequence& sequence) override;
void Embed(Id transport_window_id,

Powered by Google App Engine
This is Rietveld 408576698