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

Unified Diff: cc/ipc/frame_sink_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/cc_param_traits_macros.h ('k') | cc/ipc/frame_sink_id.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/frame_sink_id.mojom
diff --git a/cc/ipc/render_pass_id.mojom b/cc/ipc/frame_sink_id.mojom
similarity index 76%
copy from cc/ipc/render_pass_id.mojom
copy to cc/ipc/frame_sink_id.mojom
index 90eee184925025d5d948c49e6af692ec5ec2a04e..b8fb286fe883dc8cc0782d867ed452861f85b268 100644
--- a/cc/ipc/render_pass_id.mojom
+++ b/cc/ipc/frame_sink_id.mojom
@@ -4,7 +4,7 @@
module cc.mojom;
-struct RenderPassId {
- int32 layer_id;
- uint32 index;
+struct FrameSinkId {
+ uint32 client_id;
+ uint32 sink_id;
};
« no previous file with comments | « cc/ipc/cc_param_traits_macros.h ('k') | cc/ipc/frame_sink_id.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698