Chromium Code Reviews| Index: media/mojo/interfaces/media_types.mojom |
| diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom |
| index 16612b5dcf68a8e5a7e423257f0c85cf74f80303..e206edbd6d082a8b73832769d2be48655f1a7e9d 100644 |
| --- a/media/mojo/interfaces/media_types.mojom |
| +++ b/media/mojo/interfaces/media_types.mojom |
| @@ -247,7 +247,8 @@ struct SharedBufferVideoFrameData { |
| // This defines video frame data stored in texture mailboxes. |
| struct MailboxVideoFrameData { |
| - array<gpu.mojom.MailboxHolder> mailbox_holder; |
| + // Size must be kept in sync with media::VideoFrame::kMaxPlanes. |
|
dcheng
2017/06/05 20:33:01
Ideally, we'd just define the constant in mojom, b
sandersd (OOO until July 31)
2017/06/05 20:46:13
That's correct; //media is not allowed to depend o
|
| + array<gpu.mojom.MailboxHolder, 4> mailbox_holder; |
| }; |
| struct PipelineStatistics { |