Chromium Code Reviews| Index: ppapi/api/ppb_video_decoder.idl |
| diff --git a/ppapi/api/ppb_video_decoder.idl b/ppapi/api/ppb_video_decoder.idl |
| index 58f9e557092feb1975ae4caded53843658e20e3b..564c78a837e9faab47186ac73a2902acf09fba96 100644 |
| --- a/ppapi/api/ppb_video_decoder.idl |
| +++ b/ppapi/api/ppb_video_decoder.idl |
| @@ -11,7 +11,8 @@ |
| label Chrome { |
| [channel=dev] M36 = 0.1, |
| - [channel=dev] M39 = 0.2 |
| + [channel=dev] M39 = 0.2, |
| + M39 = 0.2 |
|
dmichael (off chromium)
2014/09/08 16:45:25
nit: I think you can just drop the [channel=dev] p
bbudge
2014/09/10 00:22:23
As discussed, I've removed the channel=dev labels
|
| }; |
| /** |
| @@ -37,6 +38,7 @@ label Chrome { |
| * Chrome and ChromeOS: aac, h264. |
| * ChromeOS: mpeg4. |
| */ |
| +[version=0.2] |
| interface PPB_VideoDecoder { |
| /** |
| * Creates a new video decoder resource. |