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

Unified Diff: content/common/frame_sink_provider.mojom

Issue 2774373002: Use MojoCompositorFrameSink in RendererCompositorFrameSink (Closed)
Patch Set: Fixed mac Created 3 years, 8 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/frame_sink_provider.mojom
diff --git a/content/common/frame_sink_provider.mojom b/content/common/frame_sink_provider.mojom
new file mode 100644
index 0000000000000000000000000000000000000000..2a962952ca3706aa6f112ad6095ac0c912ffa81e
--- /dev/null
+++ b/content/common/frame_sink_provider.mojom
@@ -0,0 +1,9 @@
+module content.mojom;
+
+import "cc/ipc/mojo_compositor_frame_sink.mojom";
+
+interface FrameSinkProvider {
Fady Samuel 2017/04/10 02:28:38 Explain what this interface is about?
Saman Sami 2017/04/10 15:05:51 Done.
+ CreateForWidget(
+ int32 widget_id, cc.mojom.MojoCompositorFrameSink& request,
Fady Samuel 2017/04/10 02:28:38 This is the routing ID?
+ cc.mojom.MojoCompositorFrameSinkClient client);
+};

Powered by Google App Engine
This is Rietveld 408576698