| Index: content/common/renderer.mojom
|
| diff --git a/content/common/renderer.mojom b/content/common/renderer.mojom
|
| index 6c7fb6abb946757b3f8bc5cdb246c0a774c4e9c0..e95ac477a51e2594201c687fa233f9516a463ed5 100644
|
| --- a/content/common/renderer.mojom
|
| +++ b/content/common/renderer.mojom
|
| @@ -4,6 +4,7 @@
|
|
|
| module content.mojom;
|
|
|
| +import "cc/ipc/frame_sink_id.mojom";
|
| import "content/common/native_types.mojom";
|
| import "ipc/ipc.mojom";
|
| import "ui/gfx/geometry/mojo/geometry.mojom";
|
| @@ -71,6 +72,8 @@ struct CreateViewParams {
|
|
|
| // The ICC profile of the output color space to use for image decode.
|
| gfx.mojom.ICCProfile image_decode_color_space;
|
| +
|
| + cc.mojom.FrameSinkId frame_sink_id;
|
| };
|
|
|
| struct CreateFrameWidgetParams {
|
|
|