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

Unified Diff: cc/ipc/surface_sequence.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/surface_id_struct_traits.h ('k') | cc/ipc/surface_sequence_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/surface_sequence.mojom
diff --git a/cc/ipc/surface_sequence.mojom b/cc/ipc/surface_sequence.mojom
index d186077e12cdc75c16b19e69c57bb23806477816..ba02ee594b9188331defc02bdc65f38eefd00f84 100644
--- a/cc/ipc/surface_sequence.mojom
+++ b/cc/ipc/surface_sequence.mojom
@@ -4,11 +4,13 @@
module cc.mojom;
+import "cc/ipc/frame_sink_id.mojom";
+
// A per-surface-namespace sequence number that's used to coordinate
// dependencies between frames. A sequence number may be satisfied once, and
// may be depended on once.
struct SurfaceSequence {
- uint32 client_id;
+ FrameSinkId frame_sink_id;
uint32 sequence;
};
« no previous file with comments | « cc/ipc/surface_id_struct_traits.h ('k') | cc/ipc/surface_sequence_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698