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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 module content.mojom;
2
3 import "cc/ipc/mojo_compositor_frame_sink.mojom";
4
5 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.
6 CreateForWidget(
7 int32 widget_id, cc.mojom.MojoCompositorFrameSink& request,
Fady Samuel 2017/04/10 02:28:38 This is the routing ID?
8 cc.mojom.MojoCompositorFrameSinkClient client);
9 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698