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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/swapped_out_messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_sink_provider.mojom
diff --git a/content/common/frame_sink_provider.mojom b/content/common/frame_sink_provider.mojom
deleted file mode 100644
index 5c2b1299f3be92d83ef1ce0b0e20f8738fab5c7d..0000000000000000000000000000000000000000
--- a/content/common/frame_sink_provider.mojom
+++ /dev/null
@@ -1,10 +0,0 @@
-module content.mojom;
-
-import "cc/ipc/mojo_compositor_frame_sink.mojom";
-
-// This interface provides MojoCompositorFrameSink for the renderer.
-interface FrameSinkProvider {
- CreateForWidget(
- int32 widget_id, cc.mojom.MojoCompositorFrameSink& request,
- cc.mojom.MojoCompositorFrameSinkClient client);
-};
« 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