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

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

Issue 2430653002: Mus+Ash: Towards Unifying CompositorFrameSink terminology (Closed)
Patch Set: Fix bitmap_uploader 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/server_window_surface_manager.h
diff --git a/services/ui/ws/server_window_surface_manager.h b/services/ui/ws/server_window_surface_manager.h
index 11d158068fb922cb7161f707980a7de19a2c5e18..d7d62ef532c8d632591668451eeafc5df0223b76 100644
--- a/services/ui/ws/server_window_surface_manager.h
+++ b/services/ui/ws/server_window_surface_manager.h
@@ -33,9 +33,10 @@ class ServerWindowSurfaceManager {
// Creates a new surface of the specified type, replacing the existing one of
// the specified type.
- void CreateSurface(mojom::SurfaceType surface_type,
- mojo::InterfaceRequest<mojom::Surface> request,
- mojom::SurfaceClientPtr client);
+ void CreateSurface(
+ mojom::SurfaceType surface_type,
+ mojo::InterfaceRequest<cc::mojom::MojoCompositorFrameSink> request,
+ cc::mojom::MojoCompositorFrameSinkClientPtr client);
ServerWindow* window() { return window_; }

Powered by Google App Engine
This is Rietveld 408576698