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

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

Issue 2385193002: FrameSinkIds use to WindowIds in window server, Process ID/Route ID in renderer (Closed)
Patch Set: FrameSinkIds refer to WindowIds in window server, and RenderProcess ID/Routing ID in renderer 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.h
diff --git a/services/ui/ws/server_window_surface.h b/services/ui/ws/server_window_surface.h
index 258a433462c784fb8da004eaf3a1583b995f62a1..c263df99674f53aca39d988cb505c983f0080fe7 100644
--- a/services/ui/ws/server_window_surface.h
+++ b/services/ui/ws/server_window_surface.h
@@ -33,6 +33,7 @@ class ServerWindowSurface : public mojom::Surface,
public cc::SurfaceFactoryClient {
public:
ServerWindowSurface(ServerWindowSurfaceManager* manager,
+ const cc::FrameSinkId& frame_sink_id,
mojo::InterfaceRequest<mojom::Surface> request,
mojom::SurfaceClientPtr client);

Powered by Google App Engine
This is Rietveld 408576698