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

Side by Side Diff: content/common/frame_sink_provider.mojom

Issue 2774373002: Use MojoCompositorFrameSink in RendererCompositorFrameSink (Closed)
Patch Set: addressed comments 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 // This interface provides MojoCompositorFrameSink for the renderer.
6 interface FrameSinkProvider {
7 CreateForWidget(
8 int32 widget_id, cc.mojom.MojoCompositorFrameSink& request,
9 cc.mojom.MojoCompositorFrameSinkClient client);
10 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698