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

Unified Diff: cc/ipc/surface_id.mojom

Issue 2369793002: WIP: Propagate SurfaceID up window tree hierarchy
Patch Set: Fix input events: EventDispatcher ignores container windows Created 4 years, 3 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
« no previous file with comments | « cc/ipc/frame_sink_id_struct_traits.h ('k') | cc/ipc/surface_id_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/surface_id.mojom
diff --git a/cc/ipc/surface_id.mojom b/cc/ipc/surface_id.mojom
index 0a0e5fa903fadeef752b8a411f9687da5b54c6c0..32db3188156da8a0cc1ca4cf179dd10fe79b291b 100644
--- a/cc/ipc/surface_id.mojom
+++ b/cc/ipc/surface_id.mojom
@@ -4,6 +4,8 @@
module cc.mojom;
+import "cc/ipc/frame_sink_id.mojom";
+
// A surface ID is composed of three parts: a client ID, a local ID, and a
// nonce. The local part and nonce are allocated by the client using any scheme
// that avoids duplicates and makes IDs unguessable respectively. The client ID
@@ -15,8 +17,7 @@ module cc.mojom;
// client. The actual client ID must be used to pass surface ids to other
// clients for them to reference.
struct SurfaceId {
- // A service allocated ID identifying a client.
- uint32 client_id;
+ FrameSinkId frame_sink_id;
// An identifier allocated by the client uniquely identifying a surface within
// a client process.
« no previous file with comments | « cc/ipc/frame_sink_id_struct_traits.h ('k') | cc/ipc/surface_id_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698