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

Unified Diff: content/common/view_messages.h

Issue 2382873002: Replace usage of SurfaceId's client_id with FrameSinkId (Closed)
Patch Set: Rebased 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: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 86b92264561e5aed793ff0ed0f97f34af93c373a..ca6cb6e0c65f8597365cac3fe04f6a313c590a24 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -649,8 +649,7 @@ IPC_MESSAGE_ROUTED3(ViewMsg_ReclaimCompositorResources,
// Sent by browser to give renderer compositor a new namespace ID for any
// SurfaceSequences it has to create.
-IPC_MESSAGE_ROUTED1(ViewMsg_SetSurfaceClientId,
- uint32_t /* surface_id_namespace */)
+IPC_MESSAGE_ROUTED1(ViewMsg_SetFrameSinkId, cc::FrameSinkId /* frame_sink_id */)
IPC_MESSAGE_ROUTED0(ViewMsg_SelectWordAroundCaret)

Powered by Google App Engine
This is Rietveld 408576698