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

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

Issue 2835403004: Revert "Use MojoCompositorFrameSink in RendererCompositorFrameSink"
Patch Set: Rebased 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
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/swapped_out_messages.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/swapped_out_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698