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

Unified Diff: services/ui/public/cpp/window_tree_client.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/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 bac7249cac6ab51f4ba3ccb37592e180cf382dae..656691a4a3236cf659522935a81a6f33c6e7bc0b 100644
--- a/services/ui/public/cpp/window_tree_client.h
+++ b/services/ui/public/cpp/window_tree_client.h
@@ -128,10 +128,11 @@ class WindowTreeClient : public mojom::WindowTreeClient,
void RequestClose(Window* window);
- void AttachSurface(Id window_id,
- mojom::SurfaceType type,
- mojo::InterfaceRequest<mojom::Surface> surface,
- mojom::SurfaceClientPtr client);
+ void AttachSurface(
+ Id window_id,
+ mojom::SurfaceType type,
+ mojo::InterfaceRequest<cc::mojom::MojoCompositorFrameSink> surface,
+ cc::mojom::MojoCompositorFrameSinkClientPtr client);
void OnWindowSurfaceDetached(Id window_id,
const cc::SurfaceSequence& sequence);

Powered by Google App Engine
This is Rietveld 408576698